Home
last modified time | relevance | path

Searched refs:RelocationRange (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc355 class RelocationRange { class
357 RelocationRange() = default;
358 RelocationRange(const RelocationRange&) = default;
359 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 <<()
1398 RelocationRange boot_image(image_header->GetBootImageBegin(), in RelocateInPlace()
1402 RelocationRange app_image_metadata( in RelocateInPlace()
1407 RelocationRange app_image_objects( in RelocateInPlace()
1412 RelocationRange app_oat(reinterpret_cast<uintptr_t>(image_header->GetOatDataBegin()), in RelocateInPlace()
1429 using ForwardObject = ForwardAddress<RelocationRange, RelocationRange>; in RelocateInPlace()
[all …]