Home | History | Annotate | Download | only in gc

Lines Matching refs:IsLiveObjectLocked

1390 bool Heap::IsLiveObjectLocked(ObjPtr<mirror::Object> obj,
1403 return VerifyClassClass(klass) && IsLiveObjectLocked(klass);
1506 CHECK(IsLiveObjectLocked(obj)) << "Object is dead " << obj << "\n" << DumpSpaces();
2767 return heap_->IsLiveObjectLocked(obj, true, false, true);