Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h125 uintptr_t heap_off = in RelocatedCopyOf() local
127 DCHECK_LT(heap_off, image_->Size()); in RelocatedCopyOf()
128 return reinterpret_cast<T*>(image_->Begin() + heap_off); in RelocatedCopyOf()
140 uintptr_t heap_off = reinterpret_cast<uintptr_t>(obj) - in RelocatedCopyOfFollowImages() local
142 return reinterpret_cast<T*>(space_map_->find(image_space)->second->Begin() + heap_off); in RelocatedCopyOfFollowImages()