Searched refs:FindOrAdd (Results 1 – 7 of 7) sorted by relevance
271 ++current_type.fields_.FindOrAdd(dex_field_idx)->second; in ProcessCodeItem()280 ++current_type.types_.FindOrAdd(holder_type.index_)->second; in ProcessCodeItem()281 ++types[holder_type.index_].fields_.FindOrAdd(dex_field_idx)->second; in ProcessCodeItem()300 ++current_type.strings_.FindOrAdd(str_idx)->second; in ProcessCodeItem()331 ++types[holder_type.index_].fields_.FindOrAdd(dex_field_idx)->second; in ProcessCodeItem()341 ++types[current_class_type.index_].types_.FindOrAdd(holder_type.index_)->second; in ProcessCodeItem()342 ++types[holder_type.index_].fields_.FindOrAdd(dex_field_idx)->second; in ProcessCodeItem()367 ++current_type.types_.FindOrAdd(receiver_type.index_)->second; in ProcessCodeItem()368 ++types[receiver_type.index_].methods_.FindOrAdd(method_idx)->second; in ProcessCodeItem()442 ++current_type.types_.FindOrAdd(type_idx)->second; in ProcessCodeItem()[all …]
143 iterator FindOrAdd(const K& k, const V& v) { in FindOrAdd() function148 iterator FindOrAdd(const K& k) { in FindOrAdd() function
196 ic_map->FindOrAdd( in ConvertProfileMethodInfo()202 uint8_t dex_profile_index = dex_map.FindOrAdd(const_cast<DexFile*>(class_ref.dex_file), in ConvertProfileMethodInfo()
538 live_outs->FindOrAdd(instr, instr); in CollectLiveOutsAndCheckClonable()553 live_outs->FindOrAdd(instr, instr); in CollectLiveOutsAndCheckClonable()
4276 auto it = jit_baker_read_barrier_slow_paths_.FindOrAdd(custom_data); in EmitBakerReadBarrierCbnz()
8873 auto it = jit_baker_read_barrier_slow_paths_.FindOrAdd(custom_data); in EmitBakerReadBarrierBne()
618 auto dex_it = dex_to_classes_map->FindOrAdd(classes_it.dex_profile_index); in GroupClassesByDex()627 const auto profile_index_it = profile_key_map_.FindOrAdd(profile_key, profile_key_map_.size()); in GetOrAddDexFileData()2108 return &(method_map.FindOrAdd( in FindOrAddMethod()2196 return &(inline_cache->FindOrAdd(dex_pc, DexPcData(&allocator_))->second); in FindOrAddDexPc()