Searched refs:image_location_ (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.h | 178 return image_location_; in GetImageLocation() 317 const std::string image_location_; variable
|
D | image_space.cc | 93 image_location_(image_location), in ImageSpace() 1650 : image_location_(image_location), in BootImageLayout() 1778 const std::string& image_location_; member in art::gc::space::ImageSpace::BootImageLayout 1791 size_t location_end = image_location_.find(kComponentSeparator); in GetPrimaryImageLocation() 1794 location_end = image_location_.find(location_start, kComponentSeparator); in GetPrimaryImageLocation() 1797 ? image_location_.substr(location_start) in GetPrimaryImageLocation() 1798 : image_location_.substr(location_start, location_end - location_start); in GetPrimaryImageLocation() 2332 Split(image_location_, kComponentSeparator, &components); in LoadOrValidate() 2499 image_location_(image_location), in BootImageLoader() 2515 BootImageLayout layout(image_location_, boot_class_path_, boot_class_path_locations_); in FindImageFiles() [all …]
|
/art/runtime/ |
D | runtime.h | 214 return image_location_; in GetImageLocation() 1065 std::string image_location_; variable
|
D | runtime.cc | 1243 image_location_ = runtime_options.GetOrDefault(Opt::Image); in Init() 1252 if (image_location_.empty()) { in Init() 1257 GetSystemImageFilename(image_location_.c_str(), instruction_set_)); in Init() 1258 std::string system_oat_location = ImageHeader::GetOatLocationFromImageLocation(image_location_); in Init() 1392 image_location_, in Init()
|
/art/oatdump/ |
D | oatdump.cc | 3425 image_location_ = raw_option + strlen("--image="); in ParseCustom() 3472 boot_image_location_ = image_location_; in ParseChecks() 3482 if (image_location_ == nullptr && oat_filename_ == nullptr) { in ParseChecks() 3485 } else if (image_location_ != nullptr && oat_filename_ != nullptr) { in ParseChecks() 3578 const char* image_location_ = nullptr; member 3619 args_->image_location_ != nullptr || in NeedsRuntime()
|