Searched refs:BytesInScope (Results 1 – 1 of 1) sorted by relevance
62 uint64_t BytesInScope, in collectStatsForDie() argument85 BytesCovered = BytesInScope; in collectStatsForDie()108 if (OffsetToFirstDefinition > BytesInScope) in collectStatsForDie()112 assert(BytesInScope); in collectStatsForDie()115 BytesCovered = BytesInScope; in collectStatsForDie()129 if (BytesInScope) { in collectStatsForDie()133 BytesInScope -= OffsetToFirstDefinition; in collectStatsForDie()135 GlobalStats.ScopeBytesCovered += std::min(BytesInScope, BytesCovered); in collectStatsForDie()136 GlobalStats.ScopeBytesFromFirstDefinition += BytesInScope; in collectStatsForDie()147 uint64_t BytesInScope, in collectStatsRecursive() argument[all …]