Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc841 const RelocationRange& app_image, in FixupVisitor() argument
845 app_image_(app_image), in FixupVisitor()
1200 RelocationRange app_image(reinterpret_cast<uintptr_t>(image_header.GetImageBegin()), in RelocateInPlace() local
1208 VLOG(image) << "App image " << app_image; in RelocateInPlace()
1213 const bool fixup_image = boot_image.Delta() != 0 || app_image.Delta() != 0; in RelocateInPlace()
1224 FixupObjectAdapter fixup_adapter(boot_image, boot_oat, app_image, app_oat); in RelocateInPlace()
1236 app_image, in RelocateInPlace()
1245 CHECK(app_image.InSource(reinterpret_cast<uintptr_t>( in RelocateInPlace()
1247 image_header.RelocateImageObjects(app_image.Delta()); in RelocateInPlace()
1329 app_image, in RelocateInPlace()
[all …]
/art/runtime/
Dimage.h217 static size_t NumberOfImageRoots(bool app_image) { in NumberOfImageRoots() argument
218 return app_image ? kImageRootsMax : kImageRootsMax - 1u; in NumberOfImageRoots()
Dclass_linker.cc1781 const bool app_image = class_loader != nullptr; in AddImageSpace() local
1795 size_t expected_image_roots = ImageHeader::NumberOfImageRoots(app_image); in AddImageSpace()
1810 app_image ? header.GetImageRoot(ImageHeader::kClassLoader)->AsClassLoader() : nullptr)); in AddImageSpace()
1852 if (app_image) { in AddImageSpace()
1876 if (app_image) { in AddImageSpace()
1953 if (!app_image) { in AddImageSpace()
1982 if (app_image) { in AddImageSpace()
2024 if (kIsDebugBuild && app_image) { in AddImageSpace()
/art/test/etc/
Drun-test-jar625 app_image="--base=0x4000 --app-image-file=$DEX_LOCATION/oat/$ISA/$TEST_NAME.art"
637 ${app_image} \
/art/dex2oat/
Ddex2oat_test.cc703 void RunTest(bool app_image) { in RunTest() argument
706 std::string app_image_file = app_image ? (GetOdexDir() + "/DexOdexNoOat.art"): ""; in RunTest()
710 if (app_image) { in RunTest()
733 if (app_image) { in RunTest()
/art/oatdump/
Doatdump.cc324 const char* app_image, in OatDumperOptions() argument
337 app_image_(app_image), in OatDumperOptions()