Searched refs:app_image (Results 1 - 8 of 8) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc885 const RelocationRange& app_image,
889 app_image_(app_image),
1244 RelocationRange app_image(reinterpret_cast<uintptr_t>(image_header.GetImageBegin()),
1252 VLOG(image) << "App image " << app_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);
1280 app_image,
1289 CHECK(app_image.InSource(reinterpret_cast<uintptr_t>(
1291 image_header.RelocateImageObjects(app_image.Delta());
1373 app_image,
883 FixupVisitor(const RelocationRange& boot_image, const RelocationRange& boot_oat, const RelocationRange& app_image, const RelocationRange& app_oat) argument
[all...]
/art/runtime/
H A Dimage.h228 static size_t NumberOfImageRoots(bool app_image) { argument
229 return app_image ? kImageRootsMax : kImageRootsMax - 1u;
H A Dclass_linker.cc1648 const bool app_image = class_loader != nullptr; local
1662 size_t expected_image_roots = ImageHeader::NumberOfImageRoots(app_image);
1677 app_image ? header.GetImageRoot(ImageHeader::kClassLoader)->AsClassLoader() : nullptr));
1719 if (app_image) {
1743 if (app_image) {
1820 if (!app_image) {
1831 if (!app_image) {
1864 if (app_image) {
1906 if (kIsDebugBuild && app_image) {
/art/test/etc/
H A Drun-test-jar717 app_image="--base=0x4000 --app-image-file=$DEX_LOCATION/oat/$ISA/$TEST_NAME.art"
729 ${app_image} \
/art/dex2oat/
H A Ddex2oat_test.cc737 void RunTest(bool app_image) { argument
740 std::string app_image_file = app_image ? (GetOdexDir() + "/DexOdexNoOat.art"): "";
744 if (app_image) {
767 if (app_image) {
/art/dex2oat/linker/
H A Dimage_writer.h270 size_t CreateImageSections(ImageSection* out_sections, bool app_image) const;
H A Dimage_writer.cc1869 bool app_image) const {
1913 RoundUp(dex_cache_arrays_section->End(), app_image ? sizeof(uint64_t) : kPageSize);
/art/oatdump/
H A Doatdump.cc353 const char* app_image,
366 app_image_(app_image),
343 OatDumperOptions(bool dump_vmap, bool dump_code_info_stack_maps, bool disassemble_code, bool absolute_addresses, const char* class_filter, const char* method_filter, bool list_classes, bool list_methods, bool dump_header_only, const char* export_dex_location, const char* app_image, const char* app_oat, uint32_t addr2instr) argument

Completed in 184 milliseconds