Home
last modified time | relevance | path

Searched refs:IsAnyBitSet (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dexecution_subgraph.cc270 while (unreachable.IsAnyBitSet()) { in RecalculateExcludedCohort()
300 DCHECK(cohort.blocks_.IsAnyBitSet()); in RecalculateExcludedCohort()
Dexecution_subgraph.h271 if (!valid_ || !unreachable_blocks_.IsAnyBitSet()) { in GetExcludedCohorts()
Dload_store_analysis.cc124 if (UNLIKELY(additional_exclusions.IsAnyBitSet())) { in PrunePartialEscapeWrites()
/art/libartbase/base/
Dbit_vector.h246 bool IsAnyBitSet() const { in IsAnyBitSet() function