Home
last modified time | relevance | path

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

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