Home
last modified time | relevance | path

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

/art/runtime/jni/
Dcheck_jni.cc350 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()
/art/runtime/
Ddebugger.cc673 if (!heap->IsValidObjectAddress(c.Ptr())) { in ExamineJavaObject()
/art/runtime/gc/
Dheap.h346 bool IsValidObjectAddress(const void* obj) const REQUIRES_SHARED(Locks::mutator_lock_);
Dheap.cc1544 bool Heap::IsValidObjectAddress(const void* addr) const { in IsValidObjectAddress() function in art::gc::Heap
2894 if (heap_->IsValidObjectAddress(obj->GetClass())) { in VerifyReference()
2913 if (ref->GetClass() != nullptr && heap_->IsValidObjectAddress(ref->GetClass()) && in VerifyReference()