Home
last modified time | relevance | path

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

/art/runtime/gc/
Dverification.h61 std::string FirstPathFromRootSet(ObjPtr<mirror::Object> target) const
Dheap_verification_test.cc177 std::string path = v->FirstPathFromRootSet(str); in TEST_F()
Dverification.cc216 std::string Verification::FirstPathFromRootSet(ObjPtr<mirror::Object> target) const { in FirstPathFromRootSet() function in art::gc::Verification
/art/dex2oat/
Ddex2oat.cc1718 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak); in CompileDexFilesIndividually()
/art/dex2oat/linker/
Dimage_writer.cc1817 << Runtime::Current()->GetHeap()->GetVerification()->FirstPathFromRootSet(klass); in CheckNonImageClassesRemoved()