Searched refs:RelocateBootImageReferences (Results 1 – 3 of 3) sorted by relevance
352 void RelocateBootImageReferences(int64_t delta);
118 void ImageHeader::RelocateBootImageReferences(int64_t delta) { in RelocateBootImageReferences() function in art::ImageHeader
1382 image_header->RelocateBootImageReferences(boot_image.Delta()); in RelocateInPlace()2594 reinterpret_cast<ImageHeader*>(space->Begin())->RelocateBootImageReferences(base_diff64); in DoRelocateSpaces()