Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/
H A Dverification.h72 EXPORT std::string FirstPathFromRootSet(ObjPtr<mirror::Object> target) const
H A Dverification.cc206 std::string Verification::FirstPathFromRootSet(ObjPtr<mirror::Object> target) const { in FirstPathFromRootSet() function in art::gc::Verification
H A Dheap_verification_test.cc179 std::string path = v->FirstPathFromRootSet(str); in TEST_F()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc1264 << Runtime::Current()->GetHeap()->GetVerification()->FirstPathFromRootSet(klass); in CheckNonImageClassesRemoved()
2347 << " " << v->FirstPathFromRootSet(obj); in VerifyImageBinSlotsAssigned()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc1814 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak); in CompileDexFilesIndividually()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv82135 …48d3c6,platform/art,[email protected],Add FirstPathFromRootSet and use it …