/art/compiler/optimizing/ |
D | code_sinking.cc | 128 if (!discard_blocks.IsBitSet(instruction->GetBlock()->GetBlockId()) && in AddInstruction() 129 !processed_instructions.IsBitSet(instruction->GetId()) && in AddInstruction() 162 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId()); in ShouldFilterUse() 166 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId()); in ShouldFilterUse() 211 if (!post_dominated.IsBitSet(target_block->GetDominator()->GetBlockId())) { in FindIdealPosition() 288 if (!post_dominated.IsBitSet(successor->GetBlockId())) { in SinkCodeToUncommonBranch() 306 if (post_dominated.IsBitSet(i)) { in SinkCodeToUncommonBranch() 316 if (processed_instructions.IsBitSet(instruction->GetId())) { in SinkCodeToUncommonBranch() 327 if (!post_dominated.IsBitSet(user->GetBlock()->GetBlockId()) && in SinkCodeToUncommonBranch() 328 !instructions_that_can_move.IsBitSet(user->GetId())) { in SinkCodeToUncommonBranch() [all …]
|
D | gvn.cc | 89 if (!buckets_owned_.IsBitSet(index)) { in Add() 228 DCHECK(!buckets_owned_.IsBitSet(index)); in CloneBucket() 260 if (!buckets_owned_.IsBitSet(i)) { in DeleteAllImpureWhich() 279 DCHECK(buckets_owned_.IsBitSet(i) || node == nullptr); in DeleteAllImpureWhich() 528 DCHECK(visited_blocks_.IsBitSet(block->GetBlockId())); in WillBeReferencedAgain() 531 if (!visited_blocks_.IsBitSet(dominated_block->GetBlockId())) { in WillBeReferencedAgain() 537 if (!visited_blocks_.IsBitSet(successor->GetBlockId())) { in WillBeReferencedAgain()
|
D | intrinsics.h | 154 bool Get##name() const { return IsBitSet(k##name); } \ 170 bool IsBitSet(uint32_t bit) const { in IsBitSet() function 191 bool Get##name() const { return IsBitSet(k##name); } \
|
D | superblock_cloner.cc | 46 if (!bb_set.IsBitSet(user->GetBlock()->GetBlockId())) { in IsUsedOutsideRegion() 54 if (!bb_set.IsBitSet(user->GetBlock()->GetBlockId())) { in IsUsedOutsideRegion() 102 DCHECK(bb_set->IsBitSet(block->GetBlockId())); in TraverseSubgraphForConnectivity() 106 if (bb_set->IsBitSet(succ->GetBlockId())) { in TraverseSubgraphForConnectivity() 302 if (!local_set->IsBitSet(successor_id)) { in FindBackEdgesLocal() 306 if (visiting.IsBitSet(successor_id)) { in FindBackEdgesLocal() 309 } else if (!visited.IsBitSet(successor_id)) { in FindBackEdgesLocal() 370 if (!outer_loop_bb_set->IsBitSet(block->GetBlockId())) { in AnalyzeLoopsLocally() 384 if (!outer_loop_bb_set->IsBitSet(block->GetBlockId())) { in AnalyzeLoopsLocally() 1102 if (!work_set->IsBitSet(pred->GetBlockId())) { in IsSubgraphConnected() [all …]
|
D | ssa_phi_elimination.cc | 199 if (!visited_phis_in_cycle.IsBitSet(input->GetId())) { in Run() 250 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) { in Run()
|
D | register_allocator.cc | 139 if (liveness_of_spill_slot->IsBitSet(j)) { in ValidateIntervals() 161 if (liveness_of_register->IsBitSet(j)) { in ValidateIntervals()
|
D | dead_code_elimination.cc | 42 DCHECK(visited->IsBitSet(block_id)); in MarkReachableBlocks() 82 if (!visited->IsBitSet(successor->GetBlockId())) { in MarkReachableBlocks() 464 if (!live_blocks.IsBitSet(id)) { in RemoveDeadBlocks()
|
D | licm.cc | 110 DCHECK(visited->IsBitSet(inner->GetBlockId())); in Run()
|
D | liveness_test.cc | 42 buffer << vector->IsBitSet(i); in DumpBitVector()
|
D | load_store_analysis.h | 329 return aliasing_matrix_.IsBitSet(AliasingMatrixPosition(index1, index2)); in MayAlias() 331 return aliasing_matrix_.IsBitSet(AliasingMatrixPosition(index2, index1)); in MayAlias()
|
D | nodes.cc | 85 if (visiting.IsBitSet(successor_id)) { in FindBackEdges() 88 } else if (!visited->IsBitSet(successor_id)) { in FindBackEdges() 146 if (!visited.IsBitSet(i)) { in RemoveInstructionsAsUsersFromDeadBlocks() 161 if (!visited.IsBitSet(i)) { in RemoveDeadBlocks() 744 if (blocks_.IsBitSet(block->GetBlockId())) { in PopulateRecursive() 768 if (finalized->IsBitSet(block_id)) { in PopulateIrreducibleRecursive() 781 if (blocks_.IsBitSet(pre_header->GetBlockId())) { in PopulateIrreducibleRecursive() 797 if (!is_finalized && blocks_.IsBitSet(predecessor->GetBlockId())) { in PopulateIrreducibleRecursive() 886 return blocks_.IsBitSet(block.GetBlockId()); in Contains() 890 return other.blocks_.IsBitSet(header_->GetBlockId()); in IsIn() [all …]
|
D | superblock_cloner.h | 211 return orig_bb_set_.IsBitSet(block_id); in IsInOrigBBSet()
|
D | find_loops_test.cc | 116 ASSERT_TRUE(blocks.IsBitSet(blocks_in_loop[i])); in TestBlock()
|
D | graph_checker.cc | 360 if (seen_ids_.IsBitSet(instruction->GetId())) { in VisitInstruction() 720 if (!loop_blocks.IsBitSet(back_edge_id)) { in HandleLoop() 789 if (visited->IsBitSet(insn1->GetId())) { in IsConstantEquivalent()
|
D | stack_map_stream.cc | 143 CHECK_EQ(seen_stack_mask.LoadBit(b), stack_mask != nullptr && stack_mask->IsBitSet(b)); in BeginStackMapEntry()
|
D | register_allocator_graph_color.cc | 2040 if (taken.IsBitSet(s)) { in ColorSpillSlots() 2069 DCHECK(taken.IsBitSet(s)); in ColorSpillSlots()
|
D | superblock_cloner_test.cc | 285 EXPECT_TRUE(bb_set.IsBitSet(unreachable_block->GetBlockId())); in TEST_F()
|
D | stack_map_test.cc | 39 if (stack_mask.LoadBit(i) != bit_vector.IsBitSet(i)) { in CheckStackMask()
|
D | nodes.h | 8049 if (!blocks_in_loop_.IsBitSet(index_)) { in HBlocksInLoopIterator() 8059 if (blocks_in_loop_.IsBitSet(index_)) { in Advance() 8082 if (!blocks_in_loop_.IsBitSet(blocks_[index_]->GetBlockId())) { in HBlocksInLoopReversePostOrderIterator() 8092 if (blocks_in_loop_.IsBitSet(blocks_[index_]->GetBlockId())) { in Advance()
|
/art/libartbase/base/ |
D | bit_vector_test.cc | 37 EXPECT_FALSE(bv.IsBitSet(i)); in TEST() 50 EXPECT_TRUE(bv.IsBitSet(0)); in TEST() 52 EXPECT_FALSE(bv.IsBitSet(i)); in TEST() 54 EXPECT_TRUE(bv.IsBitSet(kBits - 1)); in TEST() 166 EXPECT_TRUE(first.IsBitSet(64)); in TEST()
|
D | bit_vector.h | 158 bool IsBitSet(uint32_t idx) const { in IsBitSet() function 161 return (idx < (storage_size_ * kWordBits)) && IsBitSet(storage_, idx); in IsBitSet() 240 static bool IsBitSet(const uint32_t* storage, uint32_t idx) { in IsBitSet() function
|
D | bit_vector.cc | 343 buffer << IsBitSet(i); in DumpHelper()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 165 DCHECK(!bitmap->IsBitSet(method_ref.index)); in MarkForCompilation() 208 return GetOrAddBitVectorForDex(ref.dex_file)->IsBitSet(ref.index); in ShouldCompileMethod()
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 506 EXPECT_TRUE(unresolved_parts.IsBitSet(ref_type_0.GetId())); in TEST_F() 507 EXPECT_TRUE(unresolved_parts.IsBitSet(ref_type_1.GetId())); in TEST_F()
|
/art/runtime/ |
D | oat_file.cc | 2138 if (!BitVector::IsBitSet(bitmap_, method_index)) { in GetOatMethodOffsets()
|