Searched refs:index_map (Results 1 – 1 of 1) sorted by relevance
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 265 const std::map<uint32_t, uint32_t>& index_map, in ProcessDexFile() 267 auto it = index_map.find(dex_field_idx); in ProcessDexFile() 268 if (it != index_map.end()) { in ProcessDexFile() 277 if (it != index_map.end() && in ProcessDexFile() 285 const std::map<uint32_t, uint32_t>& index_map, in ProcessDexFile() argument 295 ProcessFieldIndex(dex_field_idx, input, index_map, stats); in ProcessDexFile() 299 const std::map<uint32_t, uint32_t>& index_map, in ProcessDexFile() argument 309 ProcessFieldIndex(dex_field_idx, output, index_map, stats); in ProcessDexFile()
|