Home
last modified time | relevance | path

Searched refs:IsLiveObjectLocked (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
Dmod_union_table.cc194 CHECK(heap->IsLiveObjectLocked(ref)); in Verify()
/art/runtime/gc/
Dheap.cc646 bool Heap::IsLiveObjectLocked(const mirror::Object* obj, bool search_allocation_stack, in IsLiveObjectLocked() function in art::gc::Heap
754 if (!IsLiveObjectLocked(obj)) { in VerifyObjectBody()
758 if (!IsLiveObjectLocked(c)) { in VerifyObjectBody()
1459 return heap_->IsLiveObjectLocked(obj, true, false, true); in IsLive()
Dheap.h162 bool IsLiveObjectLocked(const mirror::Object* obj, bool search_allocation_stack = true,
/art/runtime/
Ddebugger.cc3362 if (!Runtime::Current()->GetHeap()->IsLiveObjectLocked(o)) { in ExamineObject()