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() 1061 std::string image_location_; variable
|
D | runtime.cc | 1242 image_location_ = runtime_options.GetOrDefault(Opt::Image); in Init() 1251 if (image_location_.empty()) { in Init() 1256 GetSystemImageFilename(image_location_.c_str(), instruction_set_)); in Init() 1257 std::string system_oat_location = ImageHeader::GetOatLocationFromImageLocation(image_location_); in Init() 1390 image_location_, in Init()
|
/art/oatdump/ |
D | oatdump.cc | 3439 image_location_ = raw_option + strlen("--image="); in ParseCustom() 3486 boot_image_location_ = image_location_; in ParseChecks() 3496 if (image_location_ == nullptr && oat_filename_ == nullptr) { in ParseChecks() 3499 } else if (image_location_ != nullptr && oat_filename_ != nullptr) { in ParseChecks() 3592 const char* image_location_ = nullptr; member 3633 args_->image_location_ != nullptr || in NeedsRuntime()
|