Home
last modified time | relevance | path

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

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