Home | History | Annotate | Download | only in space

Lines Matching full:boot_image

883     FixupVisitor(const RelocationRange& boot_image,
887 : boot_image_(boot_image),
1238 RelocationRange boot_image(image_header.GetBootImageBegin(),
1254 VLOG(image) << "Boot image " << boot_image;
1257 const bool fixup_image = boot_image.Delta() != 0 || app_image.Delta() != 0;
1268 FixupObjectAdapter fixup_adapter(boot_image, boot_oat, app_image, app_oat);
1278 boot_image,
1371 boot_image,
1381 FixupArtFieldVisitor field_visitor(boot_image, boot_oat, app_image, app_oat);
1393 image_header.RelocateImageMethods(boot_image.Delta());
1403 FixupRootVisitor root_visitor(boot_image, boot_oat, app_image, app_oat);