Home
last modified time | relevance | path

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

/art/compiler/
Dimage_test.cc262 std::vector<std::unique_ptr<const DexFile>> cur_opened_dex_files; in Compile() local
272 &cur_opened_dex_files); in Compile()
277 for (std::unique_ptr<const DexFile>& cur_dex_file : cur_opened_dex_files) { in Compile()
282 ASSERT_TRUE(cur_opened_dex_files.empty()); in Compile()