Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc458 const RegType& resolved_ref = cache.JavaLangString(); in TEST_F() local
459 const RegType& resolved_unintialiesd = cache.Uninitialized(resolved_ref, 10); in TEST_F()
467 EXPECT_EQ(expected, resolved_ref.Dump()); in TEST_F()
/art/profman/
Dprofman.cc1622 MethodReference resolved_ref(class_ref.dex_file, in ProcessLine() local
1625 ProfileMethodInfo(resolved_ref, inline_caches), in ProcessLine()