Home | History | Annotate | Download | only in gc

Lines Matching refs:IsHeapAddress

634 bool Heap::IsHeapAddress(const mirror::Object* obj) {
1388 if (heap_->IsHeapAddress(obj->GetClass())) {
1407 if (ref->GetClass() != nullptr && heap_->IsHeapAddress(ref->GetClass()) &&