Searched refs:InSource (Results 1 – 1 of 1) sorted by relevance
369 bool InSource(uintptr_t address) const { in InSource() function in art::gc::space::RelocationRange383 DCHECK(InSource(address)); in ToDest()1015 ALWAYS_INLINE bool InSource(uintptr_t) const { return false; } in InSource() function in art::gc::space::ImageSpace::Loader::EmptyRange1034 if (range2_.InSource(uint_src)) { in operator ()()1037 if (range1_.InSource(uint_src)) { in operator ()()1040 CHECK(range0_.InSource(uint_src)) in operator ()()1279 CHECK(app_image_objects.InSource(reinterpret_cast<uintptr_t>( in RelocateInPlace()