Lines Matching refs:CoverageBlockIterator
103 class CoverageBlockIterator final { class
105 explicit CoverageBlockIterator(CoverageFunction* function) in CoverageBlockIterator() function in v8::internal::__anon12d68c6f0211::CoverageBlockIterator
115 ~CoverageBlockIterator() { in ~CoverageBlockIterator()
237 CoverageBlockIterator iter(function); in MergeDuplicateSingletons()
256 CoverageBlockIterator iter(function); in MergeDuplicateRanges()
275 CoverageBlockIterator iter(function); in RewritePositionSingletonsToRanges()
302 CoverageBlockIterator iter(function); in MergeConsecutiveRanges()
320 CoverageBlockIterator iter(function); in MergeNestedRanges()
335 CoverageBlockIterator iter(function); in FilterAliasedSingletons()
359 CoverageBlockIterator iter(function); in FilterUncoveredRanges()
369 CoverageBlockIterator iter(function); in FilterEmptyRanges()
378 CoverageBlockIterator iter(function); in ClampToBinary()