Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc368 bool InDest(const void* dest) const { in InDest() function in art::gc::space::RelocationRange
369 return InDest(reinterpret_cast<uintptr_t>(dest)); in InDest()
372 bool InDest(uintptr_t address) const { in InDest() function in art::gc::space::RelocationRange
1267 ALWAYS_INLINE bool InDest(uintptr_t) const { return false; } in InDest() function in art::gc::space::ImageSpace::Loader::EmptyRange
1468 if (!app_image_objects.InDest(klass.Ptr())) { in RelocateInPlace()
1478 app_image_objects.InDest(vtable.Ptr()) && in RelocateInPlace()
1483 if (iftable != nullptr && app_image_objects.InDest(iftable.Ptr())) { in RelocateInPlace()
1493 if (app_image_objects.InDest(ifarray.Ptr()) && in RelocateInPlace()
2699 ALWAYS_INLINE bool InDest(T* ptr) const { in InDest() function in art::gc::space::ImageSpace::BootImageLoader::SimpleRelocateVisitor
2918 if ((kExtension ? simple_relocate_visitor.InDest(vtable.Ptr()) : vtable != nullptr) && in DoRelocateSpaces()