Home
last modified time | relevance | path

Searched refs:HasNonEmptySourceRange (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug-coverage.h34 bool HasNonEmptySourceRange() const { return start < end && start >= 0; } in HasNonEmptySourceRange() function
Ddebug-coverage.cc420 if (!function->HasNonEmptySourceRange()) return; in CollectBlockCoverageInternal()
722 bool has_nonempty_source_range = function.HasNonEmptySourceRange(); in Collect()