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

  /art/oatdump/
oatdump.cc 306 app_image_(app_image),
321 const char* const app_image_; member in class:art::OatDumperOptions
2537 const char* app_image_ = nullptr; member in struct:art::OatdumpArgs
    [all...]
  /art/runtime/gc/space/
image_space.cc 674 app_image_(app_image),
684 if (app_image_.InSource(uint_src)) {
685 return reinterpret_cast<T*>(app_image_.ToDest(uint_src));
708 return app_image_.InDest(reinterpret_cast<uintptr_t>(object));
715 const RelocationRange app_image_; member in class:art::gc::space::FixupVisitor
    [all...]
  /art/dex2oat/
dex2oat.cc 520 app_image_(false),
682 app_image_ = app_image_fd_ != -1 || !app_image_file_name_.empty();
2463 bool app_image_; member in class:art::FINAL
    [all...]
  /art/compiler/driver/
compiler_driver.h 664 const bool app_image_; member in class:art::CompilerDriver