Home
last modified time | relevance | path

Searched refs:SetBit (Results 1 – 25 of 29) sorted by relevance

12

/art/libartbase/base/
Dbit_vector_test.cc48 bv.SetBit(0); in TEST()
49 bv.SetBit(kBits - 1); in TEST()
110 bv.SetBit(8); in TEST()
116 bv.SetBit(16); in TEST()
122 bv.SetBit(32); in TEST()
128 bv.SetBit(48); in TEST()
180 second.SetBit(64); in TEST()
181 third.SetBit(64); in TEST()
192 second.SetBit(64); in TEST()
206 second.SetBit(4); in TEST()
[all …]
Dbit_vector.cc252 SetBit(num_bits - 1); in SetInitialBits()
300 SetBit(highest_bit); in Copy()
Darena_allocator_test.cc41 bv.SetBit(5); in TEST_F()
43 bv.SetBit(35); in TEST_F()
Dbit_vector.h149 void SetBit(uint32_t idx) { in SetBit() function
/art/compiler/optimizing/
Dstack_map_test.cc124 sp_mask1.SetBit(2); in TEST()
125 sp_mask1.SetBit(4); in TEST()
138 sp_mask2.SetBit(3); in TEST()
139 sp_mask2.SetBit(8); in TEST()
146 sp_mask3.SetBit(1); in TEST()
147 sp_mask3.SetBit(5); in TEST()
154 sp_mask4.SetBit(6); in TEST()
155 sp_mask4.SetBit(7); in TEST()
323 sp_mask1.SetBit(2); in TEST()
324 sp_mask1.SetBit(4); in TEST()
[all …]
Ddead_code_elimination.cc39 visited->SetBit(graph->GetEntryBlock()->GetBlockId()); in MarkReachableBlocks()
87 visited->SetBit(successor->GetBlockId()); in MarkReachableBlocks()
711 it->second.blocks_in_try.SetBit(block->GetBlockId()); in RemoveUnneededTries()
730 it->second.coalesced_try_entries.SetBit(other_block->GetBlockId()); in RemoveUnneededTries()
804 visited_blocks.SetBit(merge_true->GetBlockId()); in RemoveEmptyIfs()
807 visited_blocks.SetBit(merge_true->GetBlockId()); in RemoveEmptyIfs()
827 visited.SetBit(if_instr->GetId()); in RemoveEmptyIfs()
850 visited.SetBit(input->GetId()); in RemoveEmptyIfs()
Dintrinsics.h193 void Set##name() { SetBit(k##name); } \
214 void SetBit(uint32_t bit) { in SetBit() function
229 void Set##name() { SetBit(k##name); } \
Dssa_liveness_analysis.cc124 live_in->SetBit(input->GetSsaIndex()); in RecursivelyProcessInputs()
158 live_in->SetBit(instruction->GetSsaIndex()); in ProcessEnvironment()
196 live_in->SetBit(input->GetSsaIndex()); in ComputeLiveRanges()
213 kill->SetBit(current->GetSsaIndex()); in ComputeLiveRanges()
248 kill->SetBit(current->GetSsaIndex()); in ComputeLiveRanges()
Dcode_sinking.cc349 post_dominated.SetBit(block->GetBlockId()); in SinkCodeToUncommonBranch()
392 post_dominated.SetBit(block->GetBlockId()); in SinkCodeToUncommonBranch()
467 processed_instructions.SetBit(instruction->GetId()); in SinkCodeToUncommonBranch()
472 instructions_that_can_move.SetBit(instruction->GetId()); in SinkCodeToUncommonBranch()
474 processed_instructions.SetBit(instruction->GetId()); in SinkCodeToUncommonBranch()
Dssa_phi_elimination.cc168 visited_phis_in_cycle.SetBit(phi->GetId()); in Run()
200 visited_phis_in_cycle.SetBit(input->GetId()); in Run()
Dsuperblock_cloner.cc287 visited.SetBit(entry_block->GetBlockId()); in FindBackEdgesLocal()
288 visiting.SetBit(entry_block->GetBlockId()); in FindBackEdgesLocal()
308 visited.SetBit(successor_id); in FindBackEdgesLocal()
309 visiting.SetBit(successor_id); in FindBackEdgesLocal()
322 outer_loop_bb_set->SetBit(block->GetBlockId()); in RecalculateBackEdgesInfo()
336 outer_loop_bb_set->SetBit(entry.second->GetBlockId()); in RecalculateBackEdgesInfo()
979 work_set.SetBit(iter.first->GetBlockId()); // Original block. in Run()
980 work_set.SetBit(iter.second->GetBlockId()); // Copy block. in Run()
Dload_store_elimination.cc691 phi_placeholders_to_search_for_kept_stores_.SetBit(PhiPlaceholderIndex(value)); in KeepStores()
695 kept_stores_.SetBit(instruction->GetId()); in KeepStores()
1788 kept_stores_.SetBit(instruction->GetId()); in VisitSetLocation()
1878 visited.SetBit(PhiPlaceholderIndex(phi_placeholder)); in TryReplacingLoopPhiPlaceholderWithDefault()
1891 visited.SetBit(PhiPlaceholderIndex(value)); in TryReplacingLoopPhiPlaceholderWithDefault()
1926 visited.SetBit(PhiPlaceholderIndex(value)); in TryReplacingLoopPhiPlaceholderWithDefault()
1967 visited.SetBit(PhiPlaceholderIndex(phi_placeholder)); in TryReplacingLoopPhiPlaceholderWithSingleInput()
1980 visited.SetBit(PhiPlaceholderIndex(value)); in TryReplacingLoopPhiPlaceholderWithSingleInput()
2029 phi_placeholders_to_materialize->SetBit(PhiPlaceholderIndex(phi_placeholder)); in FindLoopPhisToMaterialize()
2097 phi_placeholders_to_materialize->SetBit(PhiPlaceholderIndex(value)); in FindLoopPhisToMaterialize()
[all …]
Dlicm.cc114 visited->SetBit(inner->GetBlockId()); in Run()
Dregister_allocator.cc230 liveness_of_spill_slot->SetBit(j); in ValidateIntervals()
271 liveness_of_register->SetBit(j); in ValidateIntervals()
Dnodes.cc83 visited->SetBit(entry_block_->GetBlockId()); in FindBackEdges()
84 visiting.SetBit(entry_block_->GetBlockId()); in FindBackEdges()
100 visited->SetBit(successor_id); in FindBackEdges()
101 visiting.SetBit(successor_id); in FindBackEdges()
795 blocks_.SetBit(block->GetBlockId()); in Add()
807 blocks_.SetBit(block->GetBlockId()); in PopulateRecursive()
842 blocks_.SetBit(block_id); in PopulateIrreducibleRecursive()
843 finalized->SetBit(block_id); in PopulateIrreducibleRecursive()
858 blocks_.SetBit(block_id); in PopulateIrreducibleRecursive()
859 finalized->SetBit(block_id); in PopulateIrreducibleRecursive()
[all …]
Dconstructor_fence_redundancy_elimination.cc58 candidate_fence_targets_->SetBit(input->GetId()); in VisitConstructorFence()
Dsuperblock_cloner_test.cc280 bb_set.SetBit(header->GetBlockId()); in TEST_F()
281 bb_set.SetBit(loop_body->GetBlockId()); in TEST_F()
282 bb_set.SetBit(unreachable_block->GetBlockId()); in TEST_F()
652 orig_bb_set.SetBit(preheader->GetBlockId()); in TEST_F()
Dgvn.cc244 buckets_owned_.SetBit(index); in CloneBucket()
521 visited_blocks_.SetBit(block->GetBlockId()); in VisitBasicBlock()
Dload_store_analysis.h342 aliasing_matrix_.SetBit(CheckedAliasingMatrixPosition(i, j, pos)); in BuildAliasingMatrix()
Dstack_map_stream.cc336 temp_dex_register_mask_.SetBit(i); in CreateDexRegisterMap()
Dlocations.h652 stack_mask_->SetBit(index); in SetStackBit()
Dgraph_checker.cc554 seen_ids_.SetBit(instruction->GetId()); in VisitInstruction()
1033 visited->SetBit(insn1->GetId()); in IsConstantEquivalent()
Doptimizing_unit_test.h353 bv.SetBit(cur.second); in EnsurePredecessorOrder()
/art/runtime/gc/accounting/
Dbitmap.h62 ALWAYS_INLINE bool SetBit(size_t bit_index) { in SetBit() function
182 return SetBit(BitIndexFromAddr(addr)); in Set()
/art/runtime/verifier/
Dreg_type_cache.cc323 types.SetBit(left.GetId()); in FromUnresolvedMerge()
340 types.SetBit(right.GetId()); in FromUnresolvedMerge()

12