Searched refs:static_field_index_map_ (Results 1 – 1 of 1) sorted by relevance
253 std::map<uint32_t, uint32_t> static_field_index_map_; in ProcessDexFile() local256 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()