Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc633 return address + Delta(); in ToDest()
637 uintptr_t Delta() const { in Delta() function in art::gc::space::RelocationRange
1026 const bool fixup_image = boot_image.Delta() != 0 || app_image.Delta() != 0; in RelocateInPlace()
1027 const bool fixup_code = boot_oat.Delta() != 0 || app_oat.Delta() != 0; in RelocateInPlace()
1060 image_header.RelocateImageObjects(app_image.Delta()); in RelocateInPlace()
1137 image_header.RelocateImageMethods(boot_image.Delta()); in RelocateInPlace()