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