Searched refs:BytesInScope (Results 1 – 1 of 1) sorted by relevance
204 if (ScopeBytesCovered >= BytesInScope) in collectLocStats()348 ScopeBytesCovered = BytesInScope; in collectStatsForDie()349 TotalBytesCovered = BytesInScope; in collectStatsForDie()363 ScopeBytesCovered = BytesInScope; in collectStatsForDie()364 TotalBytesCovered = BytesInScope; in collectStatsForDie()390 if (BytesInScope && !DeferLocStats) { in collectStatsForDie()416 if (BytesInScope) { in collectStatsForDie()418 GlobalStats.ScopeBytes += BytesInScope; in collectStatsForDie()422 GlobalStats.ParamScopeBytes += BytesInScope; in collectStatsForDie()486 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsRecursive() argument[all …]