Searched refs:InSource (Results 1 – 1 of 1) sorted by relevance
364 bool InSource(uintptr_t address) const { in InSource() function in art::gc::space::RelocationRange378 DCHECK(InSource(address)); in ToDest()1266 ALWAYS_INLINE bool InSource(uintptr_t) const { return false; } in InSource() function in art::gc::space::ImageSpace::Loader::EmptyRange1285 if (range2_.InSource(uint_src)) { in operator ()()1288 if (range1_.InSource(uint_src)) { in operator ()()1291 CHECK(range0_.InSource(uint_src)) in operator ()()1514 CHECK(app_image_objects.InSource(reinterpret_cast<uintptr_t>( in RelocateInPlace()2687 DCHECK(InSource(src)); in operator ()()2693 ALWAYS_INLINE bool InSource(T* ptr) const { in InSource() function in art::gc::space::ImageSpace::BootImageLoader::SimpleRelocateVisitor2730 DCHECK(InSource(src)); in operator ()()[all …]