Lines Matching refs:RelocationRange
196 class RelocationRange { class
198 RelocationRange() = default;
199 RelocationRange(const RelocationRange&) = default;
200 RelocationRange(uintptr_t source, uintptr_t dest, uintptr_t length) in RelocationRange() function in art::gc::space::RelocationRange
251 std::ostream& operator<<(std::ostream& os, const RelocationRange& reloc) { in operator <<()
1174 RelocationRange boot_image(image_header->GetBootImageBegin(), in RelocateInPlace()
1178 RelocationRange app_image_metadata( in RelocateInPlace()
1183 RelocationRange app_image_objects( in RelocateInPlace()
1188 RelocationRange app_oat(reinterpret_cast<uintptr_t>(image_header->GetOatDataBegin()), in RelocateInPlace()
1205 using ForwardObject = ForwardAddress<RelocationRange, RelocationRange>; in RelocateInPlace()
1208 using ForwardCode = ForwardAddress<RelocationRange, RelocationRange>; in RelocateInPlace()