Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc253 std::map<uint32_t, uint32_t> static_field_index_map_; in ProcessDexFile() local
256 static_field_index_map_[field.GetIndex()] = current_idx++; in ProcessDexFile()
358 ProcessStaticField(inst.Inst(), static_field_index_map_, &sget_stats_); in ProcessDexFile()
368 ProcessStaticField(inst.Inst(), static_field_index_map_, &sput_stats_); in ProcessDexFile()