Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc226 uintptr_t ToDest(uintptr_t address) const { in ToDest() function in art::gc::space::RelocationRange
232 T* ToDest(T* src) const { in ToDest() function in art::gc::space::RelocationRange
233 return reinterpret_cast<T*>(ToDest(reinterpret_cast<uintptr_t>(src))); in ToDest()
1127 ALWAYS_INLINE uintptr_t ToDest(uintptr_t) const { in ToDest() function in art::gc::space::ImageSpace::Loader::EmptyRange
1148 return reinterpret_cast<T*>(range2_.ToDest(uint_src)); in operator ()()
1151 return reinterpret_cast<T*>(range1_.ToDest(uint_src)); in operator ()()
1157 return reinterpret_cast<T*>(range0_.ToDest(uint_src)); in operator ()()
1311 ObjPtr<mirror::ObjectArray<mirror::Object>> image_roots = app_image_objects.ToDest( in RelocateInPlace()
1316 ObjPtr<mirror::ObjectArray<mirror::Class>>::DownCast(boot_image.ToDest( in RelocateInPlace()