Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h85 return image_location_; in GetImageLocation()
159 const std::string image_location_; variable
Dimage_space.cc51 image_location_(image_location) { in ImageSpace()
/art/imgdiag/
Dimgdiag.cc56 image_location_(image_location), in ImgDiagDumper()
834 return BaseName(std::string(image_location_)); in GetImageLocationBaseName()
839 const char* image_location_; member in art::ImgDiagDumper
/art/runtime/
Druntime.h171 return image_location_; in GetImageLocation()
608 std::string image_location_; variable
Druntime.cc826 image_location_ = runtime_options.GetOrDefault(Opt::Image); in Init()
/art/oatdump/
Doatdump.cc2313 image_location_ = option.substr(strlen("--image=")).data(); in ParseCustom()
2350 boot_image_location_ = image_location_; in ParseChecks()
2360 if (image_location_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()
2363 } else if (image_location_ != nullptr && oat_filename_ != nullptr) { in ParseChecks()
2434 const char* image_location_ = nullptr; member
2467 return (args_->boot_image_location_ != nullptr || args_->image_location_ != nullptr) && in NeedsRuntime()
2497 return DumpImage(runtime, args_->image_location_, oat_dumper_options_.get(), args_->os_) in ExecuteWithRuntime()