Searched defs:image_location_ (Results 1 - 4 of 4) 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
/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.h192 return image_location_;
715 std::string image_location_; member in class:art::verifier::Runtime
/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 106 milliseconds