Home
last modified time | relevance | path

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

/art/compiler/
Dimage_test.cc303 std::vector<const DexFile*> cur_dex_files(1u, class_path[i]); in Compile() local
304 oat_writer->Initialize(driver, writer.get(), cur_dex_files); in Compile()