Searched refs:boot_class_path_vdex_fds (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.h | 138 const std::vector<int>& boot_class_path_vdex_fds,
|
D | image_space.cc | 1426 ArrayRef<const int> boot_class_path_vdex_fds, in BootImageLayout() argument 1433 boot_class_path_vdex_fds_(boot_class_path_vdex_fds), in BootImageLayout() 2367 const std::vector<int>& boot_class_path_vdex_fds, in BootImageLoader() argument 2377 boot_class_path_vdex_fds_(boot_class_path_vdex_fds), in BootImageLoader() 3416 const std::vector<int>& boot_class_path_vdex_fds, in LoadBootImage() argument 3441 boot_class_path_vdex_fds, in LoadBootImage()
|
/art/runtime/gc/ |
D | heap.h | 206 const std::vector<int>& boot_class_path_vdex_fds,
|
D | heap.cc | 274 const std::vector<int>& boot_class_path_vdex_fds, in Heap() argument 482 boot_class_path_vdex_fds, in Heap()
|