Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc780 result = RelocateInPlace<PointerSize::k64>(boot_image_begin, in InitAppImage()
786 result = RelocateInPlace<PointerSize::k32>(boot_image_begin, in InitAppImage()
1385 static bool RelocateInPlace(uint32_t boot_image_begin, in RelocateInPlace() function in art::gc::space::ImageSpace::Loader