Searched refs:InDest (Results 1 – 1 of 1) sorted by relevance
373 bool InDest(const void* dest) const { in InDest() function in art::gc::space::RelocationRange374 return InDest(reinterpret_cast<uintptr_t>(dest)); in InDest()377 bool InDest(uintptr_t address) const { in InDest() function in art::gc::space::RelocationRange1016 ALWAYS_INLINE bool InDest(uintptr_t) const { return false; } in InDest() function in art::gc::space::ImageSpace::Loader::EmptyRange1233 if (!app_image_objects.InDest(klass)) { in RelocateInPlace()1243 app_image_objects.InDest(vtable.Ptr()) && in RelocateInPlace()1248 if (iftable != nullptr && app_image_objects.InDest(iftable.Ptr())) { in RelocateInPlace()1258 if (app_image_objects.InDest(ifarray.Ptr()) && in RelocateInPlace()