Home | History | Annotate | Download | only in space

Lines Matching refs:boot_image

668   FixupVisitor(const RelocationRange& boot_image,
672 : boot_image_(boot_image),
1007 RelocationRange boot_image(image_header.GetBootImageBegin(),
1023 VLOG(image) << "Boot image " << boot_image;
1026 const bool fixup_image = boot_image.Delta() != 0 || app_image.Delta() != 0;
1037 FixupObjectAdapter fixup_adapter(boot_image, boot_oat, app_image, app_oat);
1047 boot_image,
1119 boot_image,
1129 FixupArtFieldVisitor field_visitor(boot_image, boot_oat, app_image, app_oat);
1137 image_header.RelocateImageMethods(boot_image.Delta());
1147 FixupRootVisitor root_visitor(boot_image, boot_oat, app_image, app_oat);