/art/libartbase/base/ |
D | bit_vector_test.cc | 48 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 …]
|
D | bit_vector.cc | 252 SetBit(num_bits - 1); in SetInitialBits() 300 SetBit(highest_bit); in Copy()
|
D | arena_allocator_test.cc | 41 bv.SetBit(5); in TEST_F() 43 bv.SetBit(35); in TEST_F()
|
D | bit_vector.h | 149 void SetBit(uint32_t idx) { in SetBit() function
|
/art/compiler/optimizing/ |
D | stack_map_test.cc | 124 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 …]
|
D | dead_code_elimination.cc | 39 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()
|
D | intrinsics.h | 193 void Set##name() { SetBit(k##name); } \ 214 void SetBit(uint32_t bit) { in SetBit() function 229 void Set##name() { SetBit(k##name); } \
|
D | ssa_liveness_analysis.cc | 124 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()
|
D | code_sinking.cc | 349 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()
|
D | ssa_phi_elimination.cc | 168 visited_phis_in_cycle.SetBit(phi->GetId()); in Run() 200 visited_phis_in_cycle.SetBit(input->GetId()); in Run()
|
D | superblock_cloner.cc | 287 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()
|
D | load_store_elimination.cc | 691 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 …]
|
D | licm.cc | 114 visited->SetBit(inner->GetBlockId()); in Run()
|
D | register_allocator.cc | 230 liveness_of_spill_slot->SetBit(j); in ValidateIntervals() 271 liveness_of_register->SetBit(j); in ValidateIntervals()
|
D | nodes.cc | 83 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 …]
|
D | constructor_fence_redundancy_elimination.cc | 58 candidate_fence_targets_->SetBit(input->GetId()); in VisitConstructorFence()
|
D | superblock_cloner_test.cc | 280 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()
|
D | gvn.cc | 244 buckets_owned_.SetBit(index); in CloneBucket() 521 visited_blocks_.SetBit(block->GetBlockId()); in VisitBasicBlock()
|
D | load_store_analysis.h | 342 aliasing_matrix_.SetBit(CheckedAliasingMatrixPosition(i, j, pos)); in BuildAliasingMatrix()
|
D | stack_map_stream.cc | 336 temp_dex_register_mask_.SetBit(i); in CreateDexRegisterMap()
|
D | locations.h | 652 stack_mask_->SetBit(index); in SetStackBit()
|
D | graph_checker.cc | 554 seen_ids_.SetBit(instruction->GetId()); in VisitInstruction() 1033 visited->SetBit(insn1->GetId()); in IsConstantEquivalent()
|
D | optimizing_unit_test.h | 353 bv.SetBit(cur.second); in EnsurePredecessorOrder()
|
/art/runtime/gc/accounting/ |
D | bitmap.h | 62 ALWAYS_INLINE bool SetBit(size_t bit_index) { in SetBit() function 182 return SetBit(BitIndexFromAddr(addr)); in Set()
|
/art/runtime/verifier/ |
D | reg_type_cache.cc | 323 types.SetBit(left.GetId()); in FromUnresolvedMerge() 340 types.SetBit(right.GetId()); in FromUnresolvedMerge()
|