Home
last modified time | relevance | path

Searched refs:boot_image (Results 1 – 2 of 2) sorted by relevance

/art/imgdiag/
Dimgdiag_test.cc84 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) { in Exec() argument
100 "--boot-image=" + boot_image in Exec()
/art/runtime/gc/space/
Dimage_space.cc1173 RelocationRange boot_image(image_header.GetBootImageBegin(), in RelocateInPlace() local
1194 VLOG(image) << "Boot image " << boot_image; in RelocateInPlace()
1196 const bool fixup_image = boot_image.Delta() != 0 || app_image_metadata.Delta() != 0 || in RelocateInPlace()
1205 ForwardObject forward_object(boot_image, app_image_objects); in RelocateInPlace()
1206 ForwardObject forward_metadata(boot_image, app_image_metadata); in RelocateInPlace()
1208 ForwardCode forward_code(boot_image, app_oat); in RelocateInPlace()
1334 image_header.RelocateImageMethods(boot_image.Delta()); in RelocateInPlace()