Searched refs:CompileDexFiles (Results 1 – 1 of 1) sorted by relevance
1974 jobject class_loader = CompileDexFiles(dex_files); in CompileDexFilesIndividually()2126 return CompileDexFiles(dex_files); in Compile()2130 jobject CompileDexFiles(const std::vector<const DexFile*>& dex_files) { in CompileDexFiles() function in art::Dex2Oat