Searched defs:image_location_ (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.h85 return image_location_;
159 const std::string image_location_; member in class:art::gc::space::ImageSpace
/art/runtime/
H A Druntime.h171 return image_location_;
608 std::string image_location_; member in class:art::Runtime
/art/imgdiag/
H A Dimgdiag.cc56 image_location_(image_location),
834 return BaseName(std::string(image_location_));
839 const char* image_location_; member in class:art::ImgDiagDumper
/art/oatdump/
H A Doatdump.cc2313 image_location_ = option.substr(strlen("--image=")).data();
2350 boot_image_location_ = image_location_;
2360 if (image_location_ == nullptr && oat_filename_ == nullptr) {
2363 } else if (image_location_ != nullptr && oat_filename_ != nullptr) {
2434 const char* image_location_ = nullptr; member in struct:art::OatdumpArgs
2467 return (args_->boot_image_location_ != nullptr || args_->image_location_ != nullptr) &&
2497 return DumpImage(runtime, args_->image_location_, oat_dumper_options_.get(), args_->os_)

Completed in 8111 milliseconds