Searched refs:IsValidObjectAddress (Results 1 – 4 of 4) sorted by relevance
164 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(o)) { in CheckInstanceFieldID()672 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(obj)) { in CheckInstance()805 } else if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(c)) { in TracePossibleHeapValue()956 if (UNLIKELY(!Runtime::Current()->GetHeap()->IsValidObjectAddress(a))) { in CheckArray()993 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(f->GetDeclaringClass())) { in CheckFieldID()1009 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(m->GetDeclaringClass())) { in CheckMethodID()
2694 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(o)) { in GetLocalValue()4696 if (!heap->IsValidObjectAddress(c)) { in ExamineJavaObject()
265 bool IsValidObjectAddress(const mirror::Object* obj) const
1302 bool Heap::IsValidObjectAddress(const mirror::Object* obj) const { in IsValidObjectAddress() function in art::gc::Heap2654 if (heap_->IsValidObjectAddress(obj->GetClass())) { in VerifyReference()2673 if (ref->GetClass() != nullptr && heap_->IsValidObjectAddress(ref->GetClass()) && in VerifyReference()