Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc373 bool InDest(const void* dest) const { in InDest() function in art::gc::space::RelocationRange
374 return InDest(reinterpret_cast<uintptr_t>(dest)); in InDest()
377 bool InDest(uintptr_t address) const { in InDest() function in art::gc::space::RelocationRange
1016 ALWAYS_INLINE bool InDest(uintptr_t) const { return false; } in InDest() function in art::gc::space::ImageSpace::Loader::EmptyRange
1233 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()