Home
last modified time | relevance | path

Searched refs:Insert (Results 1 – 25 of 28) sorted by relevance

12

/art/runtime/base/
Dhash_set_test.cc69 hash_set.Insert(test_string); in TEST_F()
87 hash_set.Insert(strings[i]); in TEST_F()
120 hash_set.Insert(strings[i]); in TEST_F()
148 hash_seta.Insert(strings[i]); in TEST_F()
151 hash_seta.Insert("TEST"); in TEST_F()
152 hash_setb.Insert("TEST2"); in TEST_F()
155 hash_seta.Insert(strings[i]); in TEST_F()
185 hash_set.Insert(s); in TEST_F()
213 hash_map.Insert(std::make_pair(std::string("abcd"), 123)); in TEST_F()
214 hash_map.Insert(std::make_pair(std::string("abcd"), 124)); in TEST_F()
[all …]
Dhash_set.h251 void Insert(const T& element) { in Insert() function
/art/runtime/
Dintern_table.cc70 strong_interns_.Insert(new_ref); in VisitRoots()
107 strong_interns_.Insert(s); in InsertStrong()
116 weak_interns_.Insert(s); in InsertWeak()
217 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) { in Insert() function in art::InternTable
262 return Insert(s, true); in InternStrong()
266 return Insert(s, false); in InternWeak()
324 void InternTable::Table::Insert(mirror::String* s) { in Insert() function in art::InternTable::Table
327 post_zygote_table_.Insert(GcRoot<mirror::String>(s)); in Insert()
Dintern_table.h122 void Insert(mirror::String* s) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)
153 mirror::String* Insert(mirror::String* s, bool is_strong)
Ddex_file.cc463 index->Insert(std::make_pair(descriptor, &class_def)); in FindClassDef()
/art/compiler/dex/
Dmir_graph.cc169 block_list_.Insert(bottom_block); in SplitBlock()
185 bb_taken->predecessors->Insert(bottom_block->id); in SplitBlock()
191 bottom_block->predecessors->Insert(orig_block->id); in SplitBlock()
195 bb_fall_through->predecessors->Insert(bottom_block->id); in SplitBlock()
211 bb->predecessors->Insert(bottom_block->id); in SplitBlock()
292 block_list_.Insert(bb); in FindBlock()
434 taken_block->predecessors->Insert(cur_block->id); in ProcessCanBranch()
457 fallthrough_block->predecessors->Insert(cur_block->id); in ProcessCanBranch()
529 cur_block->successor_blocks->Insert(successor_block_info); in ProcessCanSwitch()
530 case_block->predecessors->Insert(cur_block->id); in ProcessCanSwitch()
[all …]
Ddataflow_iterator-inl.h150 loop_head_stack_->Insert(std::make_pair(loop_head_idx, true)); // Recalculating this loop. in Next()
167 loop_head_stack_->Insert(std::make_pair(idx, false)); // Not recalculating. in Next()
Dmir_optimization_test.cc92 cu_.mir_graph->sfield_lowering_infos_.Insert(field_info); in DoPrepareSFields()
111 cu_.mir_graph->block_list_.Insert(bb); in DoPrepareBasicBlocks()
129 bb->successor_blocks->Insert(successor_block_info); in DoPrepareBasicBlocks()
136 bb->predecessors->Insert(def->predecessors[j]); in DoPrepareBasicBlocks()
416 check_bb->successor_blocks->Insert(successor_block_info); in TEST_F()
Dmir_graph_test.cc68 cu_.mir_graph->block_list_.Insert(bb); in DoPrepareBasicBlocks()
86 bb->successor_blocks->Insert(successor_block_info); in DoPrepareBasicBlocks()
93 bb->predecessors->Insert(def->predecessors[j]); in DoPrepareBasicBlocks()
Dpost_opt_passes.cc103 child->predecessors->Insert(bb->id); in Start()
Dmir_dataflow.cc991 ssa_base_vregs_->Insert(v_reg); in AddNewSReg()
992 ssa_subscripts_->Insert(subscript); in AddNewSReg()
997 use_counts_.Insert(0); in AddNewSReg()
998 raw_use_counts_.Insert(0); in AddNewSReg()
1219 ssa_base_vregs_->Insert(i); in CompilerInitializeSSAConversion()
1220 ssa_subscripts_->Insert(0); in CompilerInitializeSSAConversion()
Dssa_transformation.cc68 dfs_order_->Insert(block->id); in MarkPreOrder()
87 dfs_post_order_->Insert(curr->id); in RecordDFSOrders()
212 dom_post_order_traversal_->Insert(curr_bb->id); in ComputeDomPostOrderTraversal()
Dmir_analysis.cc1166 ifield_lowering_infos_.Insert(MirIFieldLoweringInfo(field_idxs[pos])); in DoCacheFieldLoweringInfo()
1178 sfield_lowering_infos_.Insert(MirSFieldLoweringInfo(field_idxs[pos])); in DoCacheFieldLoweringInfo()
1293 method_lowering_infos_.Insert(method_info); in DoCacheMethodLoweringInfo()
Dglobal_value_numbering_test.cc143 cu_.mir_graph->ifield_lowering_infos_.Insert(field_info); in DoPrepareIFields()
166 cu_.mir_graph->sfield_lowering_infos_.Insert(field_info); in DoPrepareSFields()
185 cu_.mir_graph->block_list_.Insert(bb); in DoPrepareBasicBlocks()
203 bb->successor_blocks->Insert(successor_block_info); in DoPrepareBasicBlocks()
210 bb->predecessors->Insert(def->predecessors[j]); in DoPrepareBasicBlocks()
347 cu_.mir_graph->ssa_base_vregs_->Insert(i); in GlobalValueNumberingTest()
348 cu_.mir_graph->ssa_subscripts_->Insert(0); in GlobalValueNumberingTest()
442 check_bb->successor_blocks->Insert(successor_block_info); in GlobalValueNumberingTestCatch()
2124 check_bb->successor_blocks->Insert(successor_block_info); in TEST_F()
Dlocal_value_numbering_test.cc100 cu_.mir_graph->ifield_lowering_infos_.Insert(field_info); in DoPrepareIFields()
123 cu_.mir_graph->sfield_lowering_infos_.Insert(field_info); in DoPrepareSFields()
Dmir_optimization.cc284 compiler_temps_.Insert(compiler_temp_high); in GetNewCompilerTemp()
315 compiler_temps_.Insert(compiler_temp); in GetNewCompilerTemp()
1227 ifield_lowering_infos_.Insert(inlined_field_info); in ComputeInlineIFieldLoweringInfo()
Dmir_graph.h1070 gen_suspend_test_list_.Insert(bb); in AppendGenSuspendTestList()
/art/compiler/utils/
Dgrowable_array.h116 void Insert(T elem) { in Insert() function
125 Insert(elem); in InsertAt()
133 Insert(elem); in Add()
/art/compiler/dex/quick/mips/
Dcall_mips.cc77 switch_tables_.Insert(tab_rec); in GenLargeSparseSwitch()
154 switch_tables_.Insert(tab_rec); in GenLargePackedSwitch()
235 fill_array_data_.Insert(tab_rec); in GenFillArrayData()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc58 switch_tables_.Insert(tab_rec); in GenLargeSparseSwitch()
111 switch_tables_.Insert(tab_rec); in GenLargePackedSwitch()
170 fill_array_data_.Insert(tab_rec); in GenFillArrayData()
/art/compiler/dex/quick/x86/
Dcall_x86.cc76 switch_tables_.Insert(tab_rec); in GenLargePackedSwitch()
148 fill_array_data_.Insert(tab_rec); in GenFillArrayData()
Dtarget_x86.cc976 method_address_insns_.Insert(move); in LoadMethodAddress()
993 class_type_address_insns_.Insert(move); in LoadClassType()
1011 call_method_insns_.Insert(call); in CallWithLinkerFixup()
1774 reg_pool_->sp_regs_.Insert(info); in ReturnVectorRegisters()
1776 reg_pool_->dp_regs_.Insert(info); in ReturnVectorRegisters()
/art/compiler/dex/quick/arm/
Dcall_arm.cc58 switch_tables_.Insert(tab_rec); in GenLargeSparseSwitch()
107 switch_tables_.Insert(tab_rec); in GenLargePackedSwitch()
161 fill_array_data_.Insert(tab_rec); in GenFillArrayData()
/art/compiler/dex/quick/
Dralloc_util.cc78 m2l_->reginfo_map_.Insert(nullptr); in RegisterPool()
88 core_regs_.Insert(info); in RegisterPool()
93 core64_regs_.Insert(info); in RegisterPool()
98 sp_regs_.Insert(info); in RegisterPool()
103 dp_regs_.Insert(info); in RegisterPool()
869 tempreg_info_.Insert(info); in MarkTemp()
/art/compiler/dex/portable/
Dmir_to_gbc.cc1911 llvm_values_.Insert(0); in MethodMIR2Bitcode()
1918 llvm_values_.Insert(val); in MethodMIR2Bitcode()
1922 llvm_values_.Insert(arg_val); in MethodMIR2Bitcode()

12