Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-coverage.h35 bool HasBlocks() const { return !blocks.empty(); } in HasBlocks() function
Ddebug-coverage.cc437 if (!function->HasBlocks()) return; in CollectBlockCoverageInternal()