Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc209 bool InDest(const void* dest) const { in InDest() function in art::gc::space::RelocationRange
210 return InDest(reinterpret_cast<uintptr_t>(dest)); in InDest()
213 bool InDest(uintptr_t address) const { in InDest() function in art::gc::space::RelocationRange
1043 ALWAYS_INLINE bool InDest(uintptr_t) const { return false; } in InDest() function in art::gc::space::ImageSpace::Loader::EmptyRange
1244 if (!app_image_objects.InDest(klass.Ptr())) { in RelocateInPlace()
1254 app_image_objects.InDest(vtable.Ptr()) && in RelocateInPlace()
1259 if (iftable != nullptr && app_image_objects.InDest(iftable.Ptr())) { in RelocateInPlace()
1269 if (app_image_objects.InDest(ifarray.Ptr()) && in RelocateInPlace()
2404 ALWAYS_INLINE bool InDest(T* ptr) const { in InDest() function in art::gc::space::ImageSpace::BootImageLoader::SimpleRelocateVisitor
2625 if ((kExtension ? simple_relocate_visitor.InDest(vtable.Ptr()) : vtable != nullptr) && in DoRelocateSpaces()