Home
last modified time | relevance | path

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

/art/compiler/
Dimage_test.cc192 std::unordered_map<const DexFile*, size_t> dex_file_to_oat_index_map; in Compile() local
203 dex_file_to_oat_index_map.emplace(dex_file, image_idx); in Compile()
213 dex_file_to_oat_index_map)); in Compile()