Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1360 std::vector<const DexFile*> class_path_files = MakeNonOwningPointerVector(class_path_files_); in Setup() local
1367 encoded_class_path = OatFile::EncodeDexFileDependencies(class_path_files); in Setup()
1450 std::vector<const DexFile*> class_path_files = MakeNonOwningPointerVector(class_path_files_); in Setup() local
1453 class_path_files.insert(class_path_files.end(), dex_files_.begin(), dex_files_.end()); in Setup()
1455 class_loader_ = class_linker->CreatePathClassLoader(self, class_path_files); in Setup()
1501 std::vector<const DexFile*> class_path_files = MakeNonOwningPointerVector(class_path_files_); in Compile() local
1504 &class_path_files, in Compile()