Home
last modified time | relevance | path

Searched refs:app_image_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h197 return app_image_; in IsAppImage()
201 app_image_ = false; in DisableAppImage()
307 bool app_image_; variable
Dcompiler_options.cc43 app_image_(false), in CompilerOptions()
/art/oatdump/
Doatdump.cc366 app_image_(app_image), in OatDumperOptions()
381 const char* const app_image_; member in art::OatDumperOptions
2963 if (options->app_image_ != nullptr) { in DumpImages()
2986 gc::space::ImageSpace::CreateFromAppImage(options->app_image_, oat_file.get(), &error_msg)); in DumpImages()
2988 LOG(ERROR) << "Failed to open app image " << options->app_image_ << " with error " in DumpImages()
2994 LOG(ERROR) << "Failed to open app image dex files " << options->app_image_ << " with error " in DumpImages()
3645 app_image_ = option.substr(strlen("--app-image=")).data(); in ParseCustom()
3782 const char* app_image_ = nullptr; member
3804 args_->app_image_, in NeedsRuntime()
/art/dex2oat/
Ddex2oat.cc731 compiler_options_->app_image_ = app_image_fd_ != -1 || !app_image_file_name_.empty(); in ProcessOptions()