Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc164 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()
Ddebugger.cc2694 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(o)) { in GetLocalValue()
4696 if (!heap->IsValidObjectAddress(c)) { in ExamineJavaObject()
/art/runtime/gc/
Dheap.h265 bool IsValidObjectAddress(const mirror::Object* obj) const
Dheap.cc1302 bool Heap::IsValidObjectAddress(const mirror::Object* obj) const { in IsValidObjectAddress() function in art::gc::Heap
2654 if (heap_->IsValidObjectAddress(obj->GetClass())) { in VerifyReference()
2673 if (ref->GetClass() != nullptr && heap_->IsValidObjectAddress(ref->GetClass()) && in VerifyReference()