HomeSort by relevance Sort by last modified time
    Searched refs:app_image_ (Results 1 - 5 of 5) sorted by null

  /art/compiler/driver/
compiler_options.cc 43 app_image_(false),
compiler_options.h 197 return app_image_;
201 app_image_ = false;
307 bool app_image_; member in class:art::FINAL
  /art/runtime/gc/space/
image_space.cc 930 const RelocationRange app_image_; member in class:art::gc::space::ImageSpaceLoader::FixupVisitor
    [all...]
  /art/oatdump/
oatdump.cc 366 app_image_(app_image),
381 const char* const app_image_; member in class:art::OatDumperOptions
3782 const char* app_image_ = nullptr; member in struct:art::OatdumpArgs
    [all...]
  /art/dex2oat/
dex2oat.cc 731 compiler_options_->app_image_ = app_image_fd_ != -1 || !app_image_file_name_.empty();
    [all...]

Completed in 239 milliseconds