Home
last modified time | relevance | path

Searched refs:image_location_ (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h86 return image_location_; in GetImageLocation()
198 const std::string image_location_; variable
Dimage_space.cc75 image_location_(image_location) { in ImageSpace()
/art/runtime/
Druntime.h186 return image_location_; in GetImageLocation()
847 std::string image_location_; variable
Druntime.cc1194 image_location_ = runtime_options.GetOrDefault(Opt::Image); in Init()
/art/imgdiag/
Dimgdiag.cc1110 image_location_(image_location), in ImgDiagDumper()
1252 os << "IMAGE LOCATION: " << image_location_ << "\n\n"; in Dump()
1599 return BaseName(std::string(image_location_)); in GetImageLocationBaseName()
1604 const std::string image_location_; member in art::ImgDiagDumper
/art/oatdump/
Doatdump.cc3615 image_location_ = option.substr(strlen("--image=")).data(); in ParseCustom()
3662 boot_image_location_ = image_location_; in ParseChecks()
3672 if (image_location_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()
3675 } else if (image_location_ != nullptr && oat_filename_ != nullptr) { in ParseChecks()
3768 const char* image_location_ = nullptr; member
3809 args_->image_location_ != nullptr || in NeedsRuntime()