Lines Matching refs:InSource
213 bool InSource(uintptr_t address) const { in InSource() function in art::gc::space::RelocationRange
227 DCHECK(InSource(address)); in ToDest()
1125 ALWAYS_INLINE bool InSource(uintptr_t) const { return false; } in InSource() function in art::gc::space::ImageSpace::Loader::EmptyRange
1147 if (range2_.InSource(uint_src)) { in operator ()()
1150 if (range1_.InSource(uint_src)) { in operator ()()
1153 CHECK(range0_.InSource(uint_src)) in operator ()()
1379 CHECK(app_image_objects.InSource(reinterpret_cast<uintptr_t>( in RelocateInPlace()
2407 DCHECK(InSource(src)); in operator ()()
2413 ALWAYS_INLINE bool InSource(T* ptr) const { in InSource() function in art::gc::space::ImageSpace::BootImageLoader::SimpleRelocateVisitor
2450 DCHECK(InSource(src)); in operator ()()
2457 ALWAYS_INLINE bool InSource(T* ptr) const { in InSource() function in art::gc::space::ImageSpace::BootImageLoader::SplitRangeRelocateVisitor
2664 if (kExtension ? simple_relocate_visitor.InSource(unpatched_ifarray.Ptr()) in DoRelocateSpaces()