/art/libartbase/base/ |
D | bit_vector_test.cc | 48 bv.SetBit(0); in TEST() 49 bv.SetBit(kBits - 1); in TEST() 109 bv.SetBit(8); in TEST() 115 bv.SetBit(16); in TEST() 121 bv.SetBit(32); in TEST() 127 bv.SetBit(48); in TEST() 179 second.SetBit(64); in TEST() 180 third.SetBit(64); in TEST() 191 second.SetBit(64); in TEST() 205 second.SetBit(4); in TEST() [all …]
|
D | bit_vector.cc | 257 SetBit(num_bits - 1); in SetInitialBits() 305 SetBit(highest_bit); in Copy() 388 GetRawData().SetBit(num_rows_ * num_columns_ - 1); in Resize()
|
D | bit_vector.h | 142 void SetBit(uint32_t idx) { in SetBit() function 344 void SetBit(size_t row, size_t col) { in SetBit() function 347 GetRawData().SetBit(row * num_columns_ + col); in SetBit()
|
D | arena_allocator_test.cc | 41 bv.SetBit(5); in TEST_F() 43 bv.SetBit(35); in TEST_F()
|
/art/compiler/optimizing/ |
D | execution_subgraph.cc | 62 unreachable_blocks_.SetBit(id); in RemoveBlock() 133 visiting.SetBit(cur_block->GetBlockId()); in Prune() 232 unreachable_blocks_.SetBit(blk->GetBlockId()); in Prune() 291 cohort.blocks_.SetBit(cur->GetBlockId()); in RecalculateExcludedCohort() 311 cohort.entry_blocks_.SetBit(blk->GetBlockId()); in RecalculateExcludedCohort() 314 cohort.exit_blocks_.SetBit(blk->GetBlockId()); in RecalculateExcludedCohort()
|
D | code_sinking.cc | 281 post_dominated.SetBit(block->GetBlockId()); in SinkCodeToUncommonBranch() 296 post_dominated.SetBit(block->GetBlockId()); in SinkCodeToUncommonBranch() 365 processed_instructions.SetBit(instruction->GetId()); in SinkCodeToUncommonBranch() 370 instructions_that_can_move.SetBit(instruction->GetId()); in SinkCodeToUncommonBranch() 372 processed_instructions.SetBit(instruction->GetId()); in SinkCodeToUncommonBranch()
|
D | stack_map_test.cc | 113 sp_mask1.SetBit(2); in TEST() 114 sp_mask1.SetBit(4); in TEST() 127 sp_mask2.SetBit(3); in TEST() 128 sp_mask2.SetBit(8); in TEST() 135 sp_mask3.SetBit(1); in TEST() 136 sp_mask3.SetBit(5); in TEST() 143 sp_mask4.SetBit(6); in TEST() 144 sp_mask4.SetBit(7); in TEST() 307 sp_mask1.SetBit(2); in TEST() 308 sp_mask1.SetBit(4); in TEST() [all …]
|
D | intrinsics.h | 155 void Set##name() { SetBit(k##name); } \ 176 void SetBit(uint32_t bit) { in SetBit() function 191 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 | ssa_phi_elimination.cc | 169 visited_phis_in_cycle.SetBit(phi->GetId()); in Run() 201 visited_phis_in_cycle.SetBit(input->GetId()); in Run()
|
D | superblock_cloner.cc | 289 visited.SetBit(entry_block->GetBlockId()); in FindBackEdgesLocal() 290 visiting.SetBit(entry_block->GetBlockId()); in FindBackEdgesLocal() 310 visited.SetBit(successor_id); in FindBackEdgesLocal() 311 visiting.SetBit(successor_id); in FindBackEdgesLocal() 324 outer_loop_bb_set->SetBit(block->GetBlockId()); in RecalculateBackEdgesInfo() 338 outer_loop_bb_set->SetBit(entry.second->GetBlockId()); in RecalculateBackEdgesInfo() 972 work_set.SetBit(iter.first->GetBlockId()); // Original block. in Run() 973 work_set.SetBit(iter.second->GetBlockId()); // Copy block. in Run()
|
D | register_allocator.cc | 148 liveness_of_spill_slot->SetBit(j); in ValidateIntervals() 195 liveness_of_register->SetBit(j); in ValidateIntervals()
|
D | load_store_analysis.cc | 121 additional_exclusions.SetBit(user->GetBlock()->GetBlockId()); in PrunePartialEscapeWrites() 162 seen_instructions.SetBit(escape->GetId()); in CollectPartialEscapes()
|
D | nodes.cc | 81 visited->SetBit(entry_block_->GetBlockId()); in FindBackEdges() 82 visiting.SetBit(entry_block_->GetBlockId()); in FindBackEdges() 98 visited->SetBit(successor_id); in FindBackEdges() 99 visiting.SetBit(successor_id); in FindBackEdges() 339 all_visited_nodes_.SetBit(blk->GetBlockId()); in CalculateReachability() 348 all_visited_nodes_.SetBit(blk->GetBlockId()); in CalculateReachability() 354 reachability_graph_->SetBit(source, dest->GetBlockId()); in AddEdge() 378 discovered.SetBit(target_idx); in CalculateConnectednessOn() 395 discovered.SetBit(succ->GetBlockId()); in CalculateConnectednessOn() 910 blocks_.SetBit(block->GetBlockId()); in Add() [all …]
|
D | load_store_elimination.cc | 817 kept_merged_unknowns_.SetBit(PhiPlaceholderIndex(value)); in KeepStores() 818 phi_placeholders_to_search_for_kept_stores_.SetBit(PhiPlaceholderIndex(value)); in KeepStores() 822 phi_placeholders_to_search_for_kept_stores_.SetBit(PhiPlaceholderIndex(value)); in KeepStores() 826 kept_stores_.SetBit(instruction->GetId()); in KeepStores() 1829 kept_stores_.SetBit(instruction->GetId()); in VisitSetLocation() 1916 visited.SetBit(PhiPlaceholderIndex(phi_placeholder)); in TryReplacingLoopPhiPlaceholderWithDefault() 1929 visited.SetBit(PhiPlaceholderIndex(value)); in TryReplacingLoopPhiPlaceholderWithDefault() 1964 visited.SetBit(PhiPlaceholderIndex(value)); in TryReplacingLoopPhiPlaceholderWithDefault() 2000 visited.SetBit(PhiPlaceholderIndex(phi_placeholder)); in TryReplacingLoopPhiPlaceholderWithSingleInput() 2013 visited.SetBit(PhiPlaceholderIndex(value)); in TryReplacingLoopPhiPlaceholderWithSingleInput() [all …]
|
D | licm.cc | 114 visited->SetBit(inner->GetBlockId()); in Run()
|
D | superblock_cloner_test.cc | 279 bb_set.SetBit(header->GetBlockId()); in TEST_F() 280 bb_set.SetBit(loop_body->GetBlockId()); in TEST_F() 281 bb_set.SetBit(unreachable_block->GetBlockId()); in TEST_F() 651 orig_bb_set.SetBit(preheader->GetBlockId()); in TEST_F()
|
D | dead_code_elimination.cc | 35 visited->SetBit(graph->GetEntryBlock()->GetBlockId()); in MarkReachableBlocks() 83 visited->SetBit(successor->GetBlockId()); in MarkReachableBlocks()
|
D | gvn.cc | 244 buckets_owned_.SetBit(index); in CloneBucket() 524 visited_blocks_.SetBit(block->GetBlockId()); in VisitBasicBlock()
|
D | stack_map_stream.cc | 272 temp_dex_register_mask_.SetBit(i); in CreateDexRegisterMap()
|
D | locations.h | 639 stack_mask_->SetBit(index); in SetStackBit()
|
D | graph_checker.cc | 364 seen_ids_.SetBit(instruction->GetId()); in VisitInstruction() 797 visited->SetBit(insn1->GetId()); in IsConstantEquivalent()
|
D | load_store_analysis.h | 420 aliasing_matrix_.SetBit(CheckedAliasingMatrixPosition(i, j, pos)); in BuildAliasingMatrix()
|
/art/runtime/gc/accounting/ |
D | bitmap.h | 60 ALWAYS_INLINE bool SetBit(size_t bit_index) { in SetBit() function 162 return SetBit(BitIndexFromAddr(addr)); in Set()
|
/art/runtime/verifier/ |
D | reg_type_cache.cc | 410 types.SetBit(left.GetId()); in FromUnresolvedMerge() 428 types.SetBit(right.GetId()); in FromUnresolvedMerge()
|