Searched refs:RelocationRange (Results 1 – 1 of 1) sorted by relevance
205 class RelocationRange { class207 RelocationRange(const RelocationRange&) = default;208 RelocationRange(uintptr_t source, uintptr_t dest, uintptr_t length) in RelocationRange() function in art::gc::space::RelocationRange259 std::ostream& operator<<(std::ostream& os, const RelocationRange& reloc) { in operator <<()1259 RelocationRange boot_image(image_header->GetBootImageBegin(), in RelocateInPlace()1263 RelocationRange app_image_metadata( in RelocateInPlace()1268 RelocationRange app_image_objects( in RelocateInPlace()1273 RelocationRange app_oat(reinterpret_cast<uintptr_t>(image_header->GetOatDataBegin()), in RelocateInPlace()1293 using ForwardObject = ForwardAddress<RelocationRange, RelocationRange>; in RelocateInPlace()1296 using ForwardCode = ForwardAddress<RelocationRange, RelocationRange>; in RelocateInPlace()