Searched refs:ToDest (Results 1 – 1 of 1) sorted by relevance
218 uintptr_t ToDest(uintptr_t address) const { in ToDest() function in art::gc::space::RelocationRange224 T* ToDest(T* src) const { in ToDest() function in art::gc::space::RelocationRange225 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::EmptyRange1062 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()