Searched refs:FirstPathFromRootSet (Results 1 – 6 of 6) sorted by relevance
72 EXPORT std::string FirstPathFromRootSet(ObjPtr<mirror::Object> target) const
206 std::string Verification::FirstPathFromRootSet(ObjPtr<mirror::Object> target) const { in FirstPathFromRootSet() function in art::gc::Verification
179 std::string path = v->FirstPathFromRootSet(str); in TEST_F()
1264 << Runtime::Current()->GetHeap()->GetVerification()->FirstPathFromRootSet(klass); in CheckNonImageClassesRemoved()2347 << " " << v->FirstPathFromRootSet(obj); in VerifyImageBinSlotsAssigned()
1814 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak); in CompileDexFilesIndividually()
82135 …48d3c6,platform/art,[email protected],Add FirstPathFromRootSet and use it …