Searched refs:boot_image (Results 1 – 4 of 4) sorted by relevance
/art/imgdiag/ |
D | imgdiag_test.cc | 86 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) { in Exec() argument 106 std::string boot_image_args = std::string(kImgDiagBootImage) + "=" + boot_image; in Exec()
|
/art/runtime/gc/space/ |
D | image_space.cc | 656 FixupVisitor(const RelocationRange& boot_image, in FixupVisitor() argument 660 : boot_image_(boot_image), in FixupVisitor() 995 RelocationRange boot_image(image_header.GetBootImageBegin(), in RelocateInPlace() local 1011 VLOG(image) << "Boot image " << boot_image; in RelocateInPlace() 1014 const bool fixup_image = boot_image.Delta() != 0 || app_image.Delta() != 0; in RelocateInPlace() 1025 FixupObjectAdapter fixup_adapter(boot_image, boot_oat, app_image, app_oat); in RelocateInPlace() 1035 boot_image, in RelocateInPlace() 1107 boot_image, in RelocateInPlace() 1117 FixupArtFieldVisitor field_visitor(boot_image, boot_oat, app_image, app_oat); in RelocateInPlace() 1129 image_header.RelocateImageMethods(boot_image.Delta()); in RelocateInPlace() [all …]
|
/art/compiler/driver/ |
D | compiler_driver.h | 95 bool boot_image,
|
D | compiler_driver.cc | 363 bool boot_image, in CompilerDriver() argument 386 boot_image_(boot_image), in CompilerDriver()
|