Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2004 jobject class_loader = CompileDexFiles(dex_files); in CompileDexFilesIndividually()
2149 return CompileDexFiles(dex_files); in Compile()
2153 jobject CompileDexFiles(const std::vector<const DexFile*>& dex_files) { in CompileDexFiles() function in art::Dex2Oat