Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1369 std::vector<const DexFile*> class_path_files; in Compile() local
1371 class_path_files.push_back(class_path_file.get()); in Compile()
1376 OatFile::EncodeDexFileDependencies(class_path_files)); in Compile()
1379 class_path_files.insert(class_path_files.end(), dex_files_.begin(), dex_files_.end()); in Compile()
1381 class_loader = class_linker->CreatePathClassLoader(self, class_path_files); in Compile()