Searched defs:ic (Results 1 – 12 of 12) sorted by relevance
/art/test/536-checker-needs-access-check/src/ |
D | Main.java | 101 public static InaccessibleClass ic; field in Main
|
/art/dexdump/ |
D | dexdump_main.cc | 68 const int ic = getopt(argc, argv, "acdefghijl:o:"); in dexdumpDriver() local
|
/art/dexlayout/ |
D | dexlayout_main.cc | 89 const int ic = getopt(argc, argv, "abcdefghil:o:p:stuvw:x:"); in DexlayoutDriver() local
|
/art/test/ti-agent/ |
D | ti_utf.h | 33 int ic = *utf8; in CountModifiedUtf8Chars() local
|
/art/dexlist/ |
D | dexlist.cc | 216 const int ic = getopt(argc, argv, "o:m:"); in dexlistDriver() local
|
/art/libdexfile/dex/ |
D | utf.cc | 55 int ic = *utf8; in CountModifiedUtf8Chars() local
|
D | utf_test.cc | 205 int ic; in CountModifiedUtf8Chars_reference() local
|
/art/compiler/optimizing/ |
D | induction_var_analysis.h | 144 InductionInfo* CreateInduction(InductionClass ic, in CreateInduction()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 596 const InlineCache& ic, in CopyInlineCacheInto()
|
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 1433 ProfileMethodInfo::ProfileInlineCache ic(/*dex_pc*/ 0, /*missing_types*/true, types); in TEST_F() local
|
/art/runtime/jni/ |
D | jni_internal.cc | 101 int ic = *utf8; in VisitModifiedUtf8Chars() local
|
/art/runtime/ |
D | class_linker.cc | 1735 ImageChecker ic(heap, class_linker); in CheckObjects() local
|