Lines Matching refs:RelocationRange
360 class RelocationRange { class
362 RelocationRange() = default;
363 RelocationRange(const RelocationRange&) = default;
364 RelocationRange(uintptr_t source, uintptr_t dest, uintptr_t length) in RelocationRange() function in art::gc::space::RelocationRange
410 std::ostream& operator<<(std::ostream& os, const RelocationRange& reloc) { in operator <<()
1173 RelocationRange boot_image(image_header.GetBootImageBegin(), in RelocateInPlace()
1177 RelocationRange app_image_metadata( in RelocateInPlace()
1182 RelocationRange app_image_objects( in RelocateInPlace()
1187 RelocationRange app_oat(reinterpret_cast<uintptr_t>(image_header.GetOatDataBegin()), in RelocateInPlace()
1204 using ForwardObject = ForwardAddress<RelocationRange, RelocationRange>; in RelocateInPlace()
1207 using ForwardCode = ForwardAddress<RelocationRange, RelocationRange>; in RelocateInPlace()