Lines Matching refs:app_image_
368 app_image_(app_image), in OatDumperOptions()
385 const char* const app_image_; member in art::OatDumperOptions
2533 if (options->app_image_ != nullptr) { in DumpImages()
2550 gc::space::ImageSpace::CreateFromAppImage(options->app_image_, oat_file.get(), &error_msg)); in DumpImages()
2552 LOG(ERROR) << "Failed to open app image " << options->app_image_ << " with error " in DumpImages()
2559 LOG(ERROR) << "Failed to open app image dex files " << options->app_image_ << " with error " in DumpImages()
3196 app_image_ = raw_option + strlen("--app-image="); in ParseCustom()
3231 if (image_location_ == nullptr && app_image_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()
3236 if (app_image_ != nullptr && image_location_ != nullptr) { in ParseChecks()
3260 if (boot_image_locations_.empty() && app_image_ != nullptr) { in ParseChecks()
3384 if (image_location_ != nullptr || app_image_ != nullptr) { in GetMode()
3410 const char* app_image_ = nullptr; member
3434 args_->app_image_, in NeedsRuntime()