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

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

Completed in 550 milliseconds