Searched refs:IsValidObjectAddress (Results 1 – 4 of 4) sorted by relevance
371 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(o.Ptr())) { in CheckInstanceFieldID()924 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(obj.Ptr())) { in CheckInstance()1085 } else if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(c.Ptr())) { in TracePossibleHeapValue()1254 if (UNLIKELY(!Runtime::Current()->GetHeap()->IsValidObjectAddress(a.Ptr()))) { in CheckArray()1331 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(f->GetDeclaringClass().Ptr())) { in CheckFieldID()1346 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(m->GetDeclaringClass().Ptr())) { in CheckMethodID()
668 if (!heap->IsValidObjectAddress(c.Ptr())) { in ExamineJavaObject()
371 bool IsValidObjectAddress(const void* obj) const REQUIRES_SHARED(Locks::mutator_lock_);
1740 bool Heap::IsValidObjectAddress(const void* addr) const { in IsValidObjectAddress() function in art::gc::Heap3120 if (heap_->IsValidObjectAddress(obj->GetClass())) { in VerifyReference()3139 if (ref->GetClass() != nullptr && heap_->IsValidObjectAddress(ref->GetClass()) && in VerifyReference()