Lines Matching refs:boot_class_path
2101 ArrayRef<const DexFile* const> boot_class_path( in InitIndexBssMappings() local
2113 DCHECK_GE(boot_class_path.size(), to_exclude.size()); in InitIndexBssMappings()
2114 DCHECK(std::equal(to_exclude.rbegin(), to_exclude.rend(), boot_class_path.rbegin())); in InitIndexBssMappings()
2115 boot_class_path = boot_class_path.SubArray(0, boot_class_path.size() - to_exclude.size()); in InitIndexBssMappings()
2119 bcp_bss_info_.resize(boot_class_path.size()); in InitIndexBssMappings()
2121 const DexFile* dex_file = boot_class_path[i]; in InitIndexBssMappings()
3041 ArrayRef<const DexFile* const> boot_class_path( in WriteIndexBssMappings() local
3050 DCHECK_GE(boot_class_path.size(), to_exclude.size()); in WriteIndexBssMappings()
3051 DCHECK(std::equal(to_exclude.rbegin(), to_exclude.rend(), boot_class_path.rbegin())); in WriteIndexBssMappings()
3052 boot_class_path = boot_class_path.SubArray(0, boot_class_path.size() - to_exclude.size()); in WriteIndexBssMappings()
3056 const DexFile* dex_file = boot_class_path[i]; in WriteIndexBssMappings()