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

/art/runtime/
H A Dimage.h210 static size_t NumberOfImageRoots(bool app_image) { argument
211 return app_image ? kImageRootsMax : kImageRootsMax - 1u;
H A Dclass_linker.cc1675 const bool app_image = class_loader != nullptr; local
1689 size_t expected_image_roots = ImageHeader::NumberOfImageRoots(app_image);
1704 app_image ? header.GetImageRoot(ImageHeader::kClassLoader)->AsClassLoader() : nullptr));
1746 if (app_image) {
1770 if (app_image) {
1847 if (!app_image) {
1876 if (app_image) {
1917 if (kIsDebugBuild && app_image) {
/art/runtime/gc/space/
H A Dimage_space.cc835 const RelocationRange& app_image,
839 app_image_(app_image),
1180 RelocationRange app_image(reinterpret_cast<uintptr_t>(image_header.GetImageBegin()),
1188 VLOG(image) << "App image " << app_image;
1193 const bool fixup_image = boot_image.Delta() != 0 || app_image.Delta() != 0;
1204 FixupObjectAdapter fixup_adapter(boot_image, boot_oat, app_image, app_oat);
1216 app_image,
1225 CHECK(app_image.InSource(reinterpret_cast<uintptr_t>(
1227 image_header.RelocateImageObjects(app_image.Delta());
1307 app_image,
833 FixupVisitor(const RelocationRange& boot_image, const RelocationRange& boot_oat, const RelocationRange& app_image, const RelocationRange& app_oat) argument
[all...]
/art/test/etc/
H A Drun-test-jar569 app_image="--base=0x4000 --app-image-file=$DEX_LOCATION/oat/$ISA/$TEST_NAME.art"
577 ${app_image} \
/art/dex2oat/
H A Ddex2oat_test.cc671 void RunTest(bool app_image) { argument
674 std::string app_image_file = app_image ? (GetOdexDir() + "/DexOdexNoOat.art"): "";
678 if (app_image) {
701 if (app_image) {
/art/oatdump/
H A Doatdump.cc309 const char* app_image,
322 app_image_(app_image),
299 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 297 milliseconds