Searched refs:boot_class_path_image_fds_ (Results 1 – 3 of 3) sorted by relevance
1432 boot_class_path_image_fds_(boot_class_path_image_fds), in BootImageLayout()1557 ArrayRef<const int> boot_class_path_image_fds_; member in art::gc::space::ImageSpace::BootImageLayout1903 int bcp_image_fd = bcp_index < boot_class_path_image_fds_.size() in ReadHeader()1904 ? boot_class_path_image_fds_[bcp_index] in ReadHeader()2376 boot_class_path_image_fds_(boot_class_path_image_fds), in BootImageLoader()2391 boot_class_path_image_fds_, in FindImageFiles()3173 int arg_image_fd = pos < boot_class_path_image_fds_.size() ? boot_class_path_image_fds_[pos] in LoadComponents()3336 const ArrayRef<const int> boot_class_path_image_fds_; member in art::gc::space::ImageSpace::BootImageLoader3357 boot_class_path_image_fds_, in LoadFromSystem()
303 return boot_class_path_image_fds_; in GetBootClassPathImageFds()1177 std::vector<int> boot_class_path_image_fds_; variable
1473 boot_class_path_image_fds_ = runtime_options.ReleaseOrDefault(Opt::BootClassPathImageFds); in Init()1476 CHECK(boot_class_path_image_fds_.empty() || in Init()1477 boot_class_path_image_fds_.size() == boot_class_path_.size()); in Init()