Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h64 const std::unordered_map<const DexFile*, size_t>& dex_file_oat_index_map);
Dimage_writer.cc2308 const std::unordered_map<const DexFile*, size_t>& dex_file_oat_index_map) in ImageWriter() argument
2320 dex_file_oat_index_map_(dex_file_oat_index_map) { in ImageWriter()