Searched refs:heap_off (Results 1 – 1 of 1) sorted by relevance
487 uintptr_t heap_off = in RelocatedCopyOf() local489 DCHECK_LT(heap_off, image_->Size()); in RelocatedCopyOf()490 return reinterpret_cast<mirror::Object*>(image_->Begin() + heap_off); in RelocatedCopyOf()