Searched refs:IsLiveObjectLocked (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/accounting/
H A Dmod_union_table.cc346 CHECK(heap_->IsLiveObjectLocked(ref->AsMirrorPtr()));
/art/runtime/gc/
H A Dheap.cc1387 bool Heap::IsLiveObjectLocked(ObjPtr<mirror::Object> obj, function in class:art::gc::Heap
1400 return VerifyClassClass(klass) && IsLiveObjectLocked(klass);
1503 CHECK(IsLiveObjectLocked(obj)) << "Object is dead " << obj << "\n" << DumpSpaces();
2776 return heap_->IsLiveObjectLocked(obj, true, false, true);
H A Dheap.h311 bool IsLiveObjectLocked(ObjPtr<mirror::Object> obj,
/art/runtime/gc/collector/
H A Dmark_sweep.cc458 << (mark_sweep_->GetHeap()->IsLiveObjectLocked(holder_)
/art/runtime/
H A Ddebugger.cc4869 if (!heap->IsLiveObjectLocked(o)) {

Completed in 251 milliseconds