Searched defs:boot_image (Results 1 - 2 of 2) sorted by relevance

/art/imgdiag/
H A Dimgdiag_test.cc88 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) { argument
108 std::string boot_image_args = std::string(kImgDiagBootImage) + "=" + boot_image;
/art/runtime/gc/space/
H A Dimage_space.cc883 FixupVisitor(const RelocationRange& boot_image, argument
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
[all...]

Completed in 264 milliseconds