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