Searched defs:heap_off (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.h134 uintptr_t heap_off = local
136 DCHECK_LT(heap_off, image_->Size());
137 return reinterpret_cast<T*>(image_->Begin() + heap_off);

Completed in 46 milliseconds