Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag_test.cc79 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) { in Exec() argument
95 "--boot-image=" + boot_image in Exec()
/art/runtime/gc/space/
Dimage_space.cc1398 RelocationRange boot_image(image_header->GetBootImageBegin(), in RelocateInPlace() local
1419 VLOG(image) << "Boot image " << boot_image; in RelocateInPlace()
1421 const bool fixup_image = boot_image.Delta() != 0 || app_image_metadata.Delta() != 0 || in RelocateInPlace()
1430 ForwardObject forward_object(boot_image, app_image_objects); in RelocateInPlace()
1431 ForwardObject forward_metadata(boot_image, app_image_metadata); in RelocateInPlace()
1433 ForwardCode forward_code(boot_image, app_oat); in RelocateInPlace()
1452 ObjPtr<mirror::ObjectArray<mirror::Class>>::DownCast(boot_image.ToDest( in RelocateInPlace()
1517 image_header->RelocateBootImageReferences(boot_image.Delta()); in RelocateInPlace()