Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc1283 Handle<mirror::Class> secret_klass = hs.NewHandle(GetClass(soa, class_loader, "LSecret;")); in TEST_F() local
1289 ASSERT_TRUE(secret_klass != nullptr); in TEST_F()
1381 GetDexPcOfCallTo(inline_monomorphic, secret_klass), in TEST_F()
1408 GetDexPcOfCallTo(inline_polymorhic, secret_klass), in TEST_F()
1434 uint16_t first_call = GetDexPcOfCallTo(inline_polymorhic, secret_klass); in TEST_F()
1441 uint16_t second_call = GetDexPcOfCallTo(inline_polymorhic, secret_klass, first_call); in TEST_F()
1465 GetDexPcOfCallTo(inline_megamorphic, secret_klass), in TEST_F()
1486 GetDexPcOfCallTo(inline_missing_types, secret_klass), in TEST_F()