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

/art/runtime/gc/space/
H A Dimage_space.h93 return image_location_;
199 const std::string image_location_; member in class:art::gc::space::ImageSpace
H A Dimage_space.cc59 image_location_(image_location) {
/art/imgdiag/
H A Dimgdiag.cc58 image_location_(image_location),
64 os << "IMAGE LOCATION: " << image_location_ << "\n\n"; local
1004 return BaseName(std::string(image_location_));
1009 const std::string image_location_; member in class:art::ImgDiagDumper
/art/runtime/
H A Druntime.h190 return image_location_;
713 std::string image_location_; member in class:art::verifier::Runtime
H A Druntime.cc979 image_location_ = runtime_options.GetOrDefault(Opt::Image);
/art/oatdump/
H A Doatdump.cc2387 image_location_ = option.substr(strlen("--image=")).data();
2430 boot_image_location_ = image_location_;
2440 if (image_location_ == nullptr && oat_filename_ == nullptr) {
2443 } else if (image_location_ != nullptr && oat_filename_ != nullptr) {
2525 const char* image_location_ = nullptr; member in struct:art::OatdumpArgs
2563 return (args_->boot_image_location_ != nullptr || args_->image_location_ != nullptr) &&

Completed in 92 milliseconds