Home
last modified time | relevance | path

Searched refs:inline_megamorphic (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/profman/
H A Dprofile_assistant_test.cc1328 ArtMethod* inline_megamorphic = GetVirtualMethod(class_loader, in TEST_F() local
1331 ASSERT_TRUE(inline_megamorphic != nullptr); in TEST_F()
1333 AssertInlineCaches(inline_megamorphic, in TEST_F()
1453 ArtMethod* inline_megamorphic = GetVirtualMethod(class_loader, in TEST_F() local
1456 ASSERT_TRUE(inline_megamorphic != nullptr); in TEST_F()
1458 AssertInlineCaches(inline_megamorphic, in TEST_F()
1459 GetDexPcOfCallTo(inline_megamorphic, super_klass), in TEST_F()
1464 AssertInlineCaches(inline_megamorphic, in TEST_F()
1465 GetDexPcOfCallTo(inline_megamorphic, secret_klass), in TEST_F()