Searched refs:cur_dex_files (Results 1 – 1 of 1) sorted by relevance
303 std::vector<const DexFile*> cur_dex_files(1u, class_path[i]); in Compile() local304 oat_writer->Initialize(driver, writer.get(), cur_dex_files); in Compile()