Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h97 return image_location_; in GetImageLocation()
211 const std::string image_location_; variable
/art/runtime/
Druntime.h194 return image_location_; in GetImageLocation()
957 std::string image_location_; variable
/art/oatdump/
Doatdump.cc3407 image_location_ = raw_option + strlen("--image="); in ParseCustom()
3454 boot_image_location_ = image_location_; in ParseChecks()
3464 if (image_location_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()
3467 } else if (image_location_ != nullptr && oat_filename_ != nullptr) { in ParseChecks()
3560 const char* image_location_ = nullptr; member
3601 args_->image_location_ != nullptr || in NeedsRuntime()