Searched refs:app_image_ (Results 1 – 4 of 4) sorted by relevance
197 return app_image_; in IsAppImage()201 app_image_ = false; in DisableAppImage()307 bool app_image_; variable
43 app_image_(false), in CompilerOptions()
366 app_image_(app_image), in OatDumperOptions()381 const char* const app_image_; member in art::OatDumperOptions2963 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; member3804 args_->app_image_, in NeedsRuntime()
731 compiler_options_->app_image_ = app_image_fd_ != -1 || !app_image_file_name_.empty(); in ProcessOptions()