Searched refs:IsLiveObjectLocked (Results 1 – 4 of 4) sorted by relevance
194 CHECK(heap->IsLiveObjectLocked(ref)); in Verify()
646 bool Heap::IsLiveObjectLocked(const mirror::Object* obj, bool search_allocation_stack, in IsLiveObjectLocked() function in art::gc::Heap754 if (!IsLiveObjectLocked(obj)) { in VerifyObjectBody()758 if (!IsLiveObjectLocked(c)) { in VerifyObjectBody()1459 return heap_->IsLiveObjectLocked(obj, true, false, true); in IsLive()
162 bool IsLiveObjectLocked(const mirror::Object* obj, bool search_allocation_stack = true,
3362 if (!Runtime::Current()->GetHeap()->IsLiveObjectLocked(o)) { in ExamineObject()