| commit | 98ea9d9d82ab078ca10fa7f8e02eddda94cf1d98 | [log] [tgz] |
|---|---|---|
| author | Andreas Gampe <agampe@google.com> | Fri Oct 19 14:06:15 2018 -0700 |
| committer | Andreas Gampe <agampe@google.com> | Tue Oct 23 15:19:55 2018 -0700 |
| tree | a848b7e41ff227a2d3d4d6795ec11089f39cb6ca | |
| parent | 02338775e33b553be51d44ff60bb1ef8e527bd94 [diff] [blame] |
ART: Refactor for bugprone-argument-comment Handles runtime. Bug: 116054210 Test: WITH_TIDY=1 mmma art Change-Id: Ibc0d5086809d647f0ce4df5452eb84442d27ecf0
diff --git a/runtime/entrypoints/quick/quick_default_init_entrypoints.h b/runtime/entrypoints/quick/quick_default_init_entrypoints.h index 8e784c1..ce12fde 100644 --- a/runtime/entrypoints/quick/quick_default_init_entrypoints.h +++ b/runtime/entrypoints/quick/quick_default_init_entrypoints.h
@@ -31,7 +31,7 @@ jpoints->pDlsymLookup = art_jni_dlsym_lookup_stub; // Alloc - ResetQuickAllocEntryPoints(qpoints, /* is_marking */ true); + ResetQuickAllocEntryPoints(qpoints, /* is_marking= */ true); // Resolution and initialization qpoints->pInitializeStaticStorage = art_quick_initialize_static_storage;