Home
last modified time | relevance | path

Searched refs:InHeap (Results 1 – 2 of 2) sorted by relevance

/art/patchoat/
Dpatchoat.h104 bool InHeap(mirror::Object*);
Dpatchoat.cc458 bool PatchOat::InHeap(mirror::Object* o) { in InHeap() function in art::PatchOat
468 DCHECK(patcher_->InHeap(referent)) << "Referent is not in the heap."; in operator ()()
476 DCHECK(patcher_->InHeap(referent)) << "Referent is not in the heap."; in operator ()()