Searched refs:inline_megamorphic (Results 1 – 1 of 1) sorted by relevance
1328 ArtMethod* inline_megamorphic = GetVirtualMethod(class_loader, in TEST_F() local1331 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() local1456 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()