Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc73 mirror::String* InternTable::Insert(Table& table, mirror::String* s, in Insert() function in art::InternTable
129 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) { in Insert() function in art::InternTable
153 return Insert(strong_interns_, image, hash_code); in Insert()
161 return Insert(strong_interns_, weak, hash_code); in Insert()
166 return Insert(strong_interns_, s, hash_code); in Insert()
177 return Insert(weak_interns_, image, hash_code); in Insert()
185 return Insert(weak_interns_, s, hash_code); in Insert()
203 return Insert(s, true); in InternStrong()
210 return Insert(s, false); in InternWeak()
Dintern_table.h75 mirror::String* Insert(mirror::String* s, bool is_strong)
80 mirror::String* Insert(Table& table, mirror::String* s, uint32_t hash_code);
/art/compiler/dex/
Dmir_graph.cc142 block_list_.Insert(bottom_block); in SplitBlock()
160 bottom_block->taken->predecessors->Insert(bottom_block); in SplitBlock()
166 bottom_block->predecessors->Insert(orig_block); in SplitBlock()
169 bottom_block->fall_through->predecessors->Insert(bottom_block); in SplitBlock()
182 bb->predecessors->Insert(bottom_block); in SplitBlock()
238 block_list_.Insert(bb); in FindBlock()
312 taken_block->predecessors->Insert(cur_block); in ProcessCanBranch()
335 fallthrough_block->predecessors->Insert(cur_block); in ProcessCanBranch()
408 cur_block->successor_block_list.blocks->Insert(successor_block_info); in ProcessCanSwitch()
409 case_block->predecessors->Insert(cur_block); in ProcessCanSwitch()
[all …]
Dgrowable_array.h111 void Insert(T elem) { in Insert() function
Dmir_dataflow.cc930 ssa_base_vregs_->Insert(v_reg); in AddNewSReg()
931 ssa_subscripts_->Insert(subscript); in AddNewSReg()
1140 ssa_base_vregs_->Insert(i); in CompilerInitializeSSAConversion()
1141 ssa_subscripts_->Insert(0); in CompilerInitializeSSAConversion()
1284 use_counts_.Insert(0); in MethodUseCount()
1285 raw_use_counts_.Insert(0); in MethodUseCount()
Dssa_transformation.cc66 dfs_order_->Insert(block->id); in MarkPreOrder()
82 dfs_post_order_->Insert(curr->id); in RecordDFSOrders()
196 dom_post_order_traversal_->Insert(curr_bb->id); in ComputeDomPostOrderTraversal()
/art/compiler/dex/quick/x86/
Dcall_x86.cc83 switch_tables_.Insert(tab_rec); in GenPackedSwitch()
140 fill_array_data_.Insert(tab_rec); in GenFillArrayData()
247 throw_launchpads_.Insert(tgt); in GenEntrySequence()
Dint_x86.cc36 throw_launchpads_.Insert(tgt); in GenRegMemCheck()
/art/compiler/dex/quick/mips/
Dcall_mips.cc76 switch_tables_.Insert(tab_rec); in GenSparseSwitch()
155 switch_tables_.Insert(tab_rec); in GenPackedSwitch()
237 fill_array_data_.Insert(tab_rec); in GenFillArrayData()
/art/compiler/dex/quick/arm/
Dcall_arm.cc325 switch_tables_.Insert(tab_rec); in GenSparseSwitch()
373 switch_tables_.Insert(tab_rec); in GenPackedSwitch()
427 fill_array_data_.Insert(tab_rec); in GenFillArrayData()
/art/compiler/dex/quick/
Dgen_common.cc50 throw_launchpads_.Insert(tgt); in GenCheck()
63 throw_launchpads_.Insert(tgt); in GenImmedCheck()
82 throw_launchpads_.Insert(tgt); in GenRegRegCheck()
1772 suspend_launchpads_.Insert(target); in GenSuspendTest()
1787 suspend_launchpads_.Insert(launch_pad); in GenSuspendTestAndBranch()
Dgen_invoke.cc897 intrinsic_launchpads_.Insert(launch_pad); in GenInlinedCharAt()
908 intrinsic_launchpads_.Insert(launch_pad); in GenInlinedCharAt()
1074 intrinsic_launchpads_.Insert(launch_pad); in GenInlinedIndexOf()
1112 intrinsic_launchpads_.Insert(launch_pad); in GenInlinedStringCompareTo()
/art/compiler/dex/portable/
Dmir_to_gbc.cc1897 llvm_values_.Insert(0); in MethodMIR2Bitcode()
1904 llvm_values_.Insert(val); in MethodMIR2Bitcode()
1908 llvm_values_.Insert(arg_val); in MethodMIR2Bitcode()