Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc377 uintptr_t ToDest(uintptr_t address) const { in ToDest() function in art::gc::space::RelocationRange
383 T* ToDest(T* src) const { in ToDest() function in art::gc::space::RelocationRange
384 return reinterpret_cast<T*>(ToDest(reinterpret_cast<uintptr_t>(src))); in ToDest()
1268 ALWAYS_INLINE uintptr_t ToDest(uintptr_t) const { UNREACHABLE(); } in ToDest() function in art::gc::space::ImageSpace::Loader::EmptyRange
1286 return reinterpret_cast<T*>(range2_.ToDest(uint_src)); in operator ()()
1289 return reinterpret_cast<T*>(range1_.ToDest(uint_src)); in operator ()()
1295 return reinterpret_cast<T*>(range0_.ToDest(uint_src)); in operator ()()
1447 ObjPtr<mirror::ObjectArray<mirror::Object>> image_roots = app_image_objects.ToDest( in RelocateInPlace()
1452 ObjPtr<mirror::ObjectArray<mirror::Class>>::DownCast(boot_image.ToDest( in RelocateInPlace()