Home | History | Annotate | Download | only in space

Lines Matching refs:boot_image

833     FixupVisitor(const RelocationRange& boot_image,
837 : boot_image_(boot_image),
1174 RelocationRange boot_image(image_header.GetBootImageBegin(),
1190 VLOG(image) << "Boot image " << boot_image;
1193 const bool fixup_image = boot_image.Delta() != 0 || app_image.Delta() != 0;
1204 FixupObjectAdapter fixup_adapter(boot_image, boot_oat, app_image, app_oat);
1214 boot_image,
1305 boot_image,
1315 FixupArtFieldVisitor field_visitor(boot_image, boot_oat, app_image, app_oat);
1327 image_header.RelocateImageMethods(boot_image.Delta());
1337 FixupRootVisitor root_visitor(boot_image, boot_oat, app_image, app_oat);