Searched refs:tmp_map (Results 1 – 3 of 3) sorted by relevance
641 Handle<Map> tmp_map; in FindTargetMap() local645 if (!maybe_tmp_map.ToHandle(&tmp_map)) break; in FindTargetMap()647 tmp_map->instance_descriptors(isolate_), isolate_); in FindTargetMap()676 GeneralizeField(tmp_map, i, old_details.constness(), tmp_representation, in FindTargetMap()685 DCHECK(!tmp_map->is_deprecated()); in FindTargetMap()686 target_map_ = tmp_map; in FindTargetMap()737 Handle<Map> tmp_map; in FindTargetMap() local741 if (!maybe_tmp_map.ToHandle(&tmp_map)) break; in FindTargetMap()743 tmp_map->instance_descriptors(isolate_), isolate_); in FindTargetMap()755 DCHECK(!tmp_map->is_deprecated()); in FindTargetMap()[all …]
8367 int tmp_map[64]; in snd_pcm_chmap_parse_string() local8374 if (ch >= (int)(sizeof(tmp_map) / sizeof(tmp_map[0]))) in snd_pcm_chmap_parse_string()8391 tmp_map[ch] = val; in snd_pcm_chmap_parse_string()8403 map->pos[i] = tmp_map[i]; in snd_pcm_chmap_parse_string()
9270 + std::map<std::string, std::vector<uint8_t>> tmp_map = {};9279 + if (tmp_map.find(key) != tmp_map.end()) {9283 + tmp_map.emplace(key, std::vector<uint8_t>(value.begin(), value.end()));9286 + *dst_ext_param = tmp_map;