Searched refs:missing_types (Results 1 – 5 of 5) sorted by relevance
/art/test/638-checker-inline-caches/ |
D | profile | 5 HSLMain;->inlineMissingTypes(LSuper;)I+missing_types
|
/art/profman/ |
D | profman.cc | 1570 bool missing_types = segment.GetIcTargets()[0] == kMissingTypesMarker; in ProcessLine() local 1574 if (!missing_types && !megamorphic_types) { in ProcessLine() 1593 missing_types = true; in ProcessLine() 1602 inline_caches.emplace_back(dex_pc, missing_types, classes, megamorphic_types); in ProcessLine()
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 50 bool missing_types, 55 is_missing_types(missing_types), in dex_pc()
|
D | profile_compilation_info_test.cc | 616 std::vector<ProfileInlineCache> missing_types = GetTestInlineCaches(); in TEST_F() local 617 SetIsMissingTypes(&missing_types); in TEST_F() 619 ASSERT_TRUE(AddMethod(&saved_info_extra, dex1, method_idx, missing_types)); in TEST_F() 638 ASSERT_TRUE(EqualInlineCaches(missing_types, dex1, loaded_hotness1, loaded_info)); in TEST_F()
|
/art/build/boot/ |
D | boot-image-profile.txt | 2173 …;megamorphic_types]Ljava/util/Iterator;megamorphic_types]Ljava/util/function/Consumer;missing_types 5860 …eCollections$Set12;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V+]Ljava/lang/Object;missing_types 6054 …ava/lang/Object;+]Ljava/util/Map;Landroid/util/ArrayMap;]Ljava/util/function/Function;missing_types
|