Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1433 boot_class_path_vdex_fds_(boot_class_path_vdex_fds), in BootImageLayout()
1558 ArrayRef<const int> boot_class_path_vdex_fds_; member in art::gc::space::ImageSpace::BootImageLayout
1846 bcp_index < boot_class_path_vdex_fds_.size() ? boot_class_path_vdex_fds_[bcp_index] : -1; in ValidateOatFile()
2377 boot_class_path_vdex_fds_(boot_class_path_vdex_fds), in BootImageLoader()
2392 boot_class_path_vdex_fds_, in FindImageFiles()
3255 int arg_vdex_fd = pos < boot_class_path_vdex_fds_.size() ? boot_class_path_vdex_fds_[pos] in LoadComponents()
3337 const ArrayRef<const int> boot_class_path_vdex_fds_; member in art::gc::space::ImageSpace::BootImageLoader
3358 boot_class_path_vdex_fds_, in LoadFromSystem()
/art/runtime/
Druntime.h307 return boot_class_path_vdex_fds_; in GetBootClassPathVdexFds()
1178 std::vector<int> boot_class_path_vdex_fds_; variable
Druntime.cc1474 boot_class_path_vdex_fds_ = runtime_options.ReleaseOrDefault(Opt::BootClassPathVdexFds); in Init()
1478 CHECK(boot_class_path_vdex_fds_.empty() || in Init()
1479 boot_class_path_vdex_fds_.size() == boot_class_path_.size()); in Init()