Home
last modified time | relevance | path

Searched refs:boot_image (Results 1 – 4 of 4) 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/tools/
Dcompile-jar.py212 boot_image = os.path.expandvars(
222 boot_image = os.path.expandvars(":".join([
231 extra += get_bcp_runtime_args(args.add_bcp, boot_image, args.arch)
234 extra.append("--boot-image={}".format(boot_image))
/art/libartbase/base/
Dfile_utils_test.cc213 const std::string boot_image = GetApexDataBootImage(system_jar.c_str()); in TEST_F() local
214 EXPECT_EQ(GetArtApexData() + "/dalvik-cache/boot-disk.art", boot_image); in TEST_F()
218 const std::string boot_image_filename = GetSystemImageFilename(boot_image.c_str(), isa); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc1174 RelocationRange boot_image(image_header->GetBootImageBegin(), in RelocateInPlace() local
1195 VLOG(image) << "Boot image " << boot_image; in RelocateInPlace()
1197 const bool fixup_image = boot_image.Delta() != 0 || app_image_metadata.Delta() != 0 || in RelocateInPlace()
1206 ForwardObject forward_object(boot_image, app_image_objects); in RelocateInPlace()
1207 ForwardObject forward_metadata(boot_image, app_image_metadata); in RelocateInPlace()
1209 ForwardCode forward_code(boot_image, app_oat); in RelocateInPlace()
1228 ObjPtr<mirror::ObjectArray<mirror::Class>>::DownCast(boot_image.ToDest( in RelocateInPlace()
1293 image_header->RelocateBootImageReferences(boot_image.Delta()); in RelocateInPlace()