Searched refs:IsValidObjectAddress (Results 1 – 4 of 4) sorted by relevance
350 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(o.Ptr())) { in CheckInstanceFieldID()866 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(obj.Ptr())) { in CheckInstance()1028 } else if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(c.Ptr())) { in TracePossibleHeapValue()1197 if (UNLIKELY(!Runtime::Current()->GetHeap()->IsValidObjectAddress(a.Ptr()))) { in CheckArray()1274 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(f->GetDeclaringClass().Ptr())) { in CheckFieldID()1289 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(m->GetDeclaringClass().Ptr())) { in CheckMethodID()
334 bool IsValidObjectAddress(const void* obj) const REQUIRES_SHARED(Locks::mutator_lock_);
1524 bool Heap::IsValidObjectAddress(const void* addr) const { in IsValidObjectAddress() function in art::gc::Heap3012 if (heap_->IsValidObjectAddress(obj->GetClass())) { in VerifyReference()3031 if (ref->GetClass() != nullptr && heap_->IsValidObjectAddress(ref->GetClass()) && in VerifyReference()
2707 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(o)) { in GetLocalValue()4736 if (!heap->IsValidObjectAddress(c.Ptr())) { in ExamineJavaObject()