Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc2112 ArrayRef<const DexFile* const> to_exclude(compiler_options_.GetDexFilesForOatFile()); 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()
3049 ArrayRef<const DexFile* const> to_exclude(compiler_options_.GetDexFilesForOatFile()); 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()