Searched defs:app_image (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc658 const RelocationRange& app_image,
662 app_image_(app_image),
1001 RelocationRange app_image(reinterpret_cast<uintptr_t>(image_header.GetImageBegin()),
1009 VLOG(image) << "App image " << app_image;
1014 const bool fixup_image = boot_image.Delta() != 0 || app_image.Delta() != 0;
1025 FixupObjectAdapter fixup_adapter(boot_image, boot_oat, app_image, app_oat);
1037 app_image,
1046 CHECK(app_image.InSource(reinterpret_cast<uintptr_t>(
1048 image_header.RelocateImageObjects(app_image.Delta());
1109 app_image,
656 FixupVisitor(const RelocationRange& boot_image, const RelocationRange& boot_oat, const RelocationRange& app_image, const RelocationRange& app_oat) argument
[all...]
/art/compiler/driver/
H A Dcompiler_driver.cc364 bool app_image,
387 app_image_(app_image),
356 CompilerDriver( const CompilerOptions* compiler_options, VerificationResults* verification_results, DexFileToMethodInlinerMap* method_inliner_map, Compiler::Kind compiler_kind, InstructionSet instruction_set, const InstructionSetFeatures* instruction_set_features, bool boot_image, bool app_image, std::unordered_set<std::string>* image_classes, std::unordered_set<std::string>* compiled_classes, std::unordered_set<std::string>* compiled_methods, size_t thread_count, bool dump_stats, bool dump_passes, CumulativeLogger* timer, int swap_fd, const ProfileCompilationInfo* profile_compilation_info) argument
/art/oatdump/
H A Doatdump.cc293 const char* app_image,
306 app_image_(app_image),
283 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
/art/runtime/
H A Dclass_linker.cc1569 const bool app_image = class_loader.Get() != nullptr; local
1632 if (app_image) {
1660 if (app_image) {
1736 if (!app_image) {
1763 if (!app_image) {
1768 if (app_image) {
1809 if (kIsDebugBuild && app_image) {

Completed in 235 milliseconds