Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc218 uintptr_t ToDest(uintptr_t address) const { in ToDest() function in art::gc::space::RelocationRange
224 T* ToDest(T* src) const { in ToDest() function in art::gc::space::RelocationRange
225 return reinterpret_cast<T*>(ToDest(reinterpret_cast<uintptr_t>(src))); in ToDest()
1044 ALWAYS_INLINE uintptr_t ToDest(uintptr_t) const { UNREACHABLE(); } in ToDest() function in art::gc::space::ImageSpace::Loader::EmptyRange
1062 return reinterpret_cast<T*>(range2_.ToDest(uint_src)); in operator ()()
1065 return reinterpret_cast<T*>(range1_.ToDest(uint_src)); in operator ()()
1071 return reinterpret_cast<T*>(range0_.ToDest(uint_src)); in operator ()()
1223 ObjPtr<mirror::ObjectArray<mirror::Object>> image_roots = app_image_objects.ToDest( in RelocateInPlace()
1228 ObjPtr<mirror::ObjectArray<mirror::Class>>::DownCast(boot_image.ToDest( in RelocateInPlace()