Searched refs:counterRange (Results 1 – 2 of 2) sorted by relevance
1046 auto counterRange = FixedStack!uint(new uint[maxCounterDepth+1], -1); in postprocess() local1047 counterRange.push(1); in postprocess()1056 hotspotTableSize += counterRange.top; in postprocess()1064 ir[repEnd+2].raw = counterRange.top; in postprocess()1065 ir[repEnd+3].raw *= counterRange.top; in postprocess()1066 ir[repEnd+4].raw *= counterRange.top; in postprocess()1067 ulong cntRange = cast(ulong)(max)*counterRange.top; in postprocess()1071 counterRange.push(cast(uint) cntRange + counterRange.top); in postprocess()1072 threadCount += counterRange.top; in postprocess()1075 threadCount += counterRange.top; in postprocess()[all …]
1582 auto counterRange = FixedStack!uint(new uint[maxCounterDepth+1], -1); in postprocess() local1583 counterRange.push(1); in postprocess()1592 hotspotTableSize += counterRange.top; in postprocess()1600 ir[repEnd+2].raw = counterRange.top; in postprocess()1601 ir[repEnd+3].raw *= counterRange.top; in postprocess()1602 ir[repEnd+4].raw *= counterRange.top; in postprocess()1603 ulong cntRange = cast(ulong)(max)*counterRange.top; in postprocess()1607 counterRange.push(cast(uint) cntRange + counterRange.top); in postprocess()1608 threadCount += counterRange.top; in postprocess()1611 threadCount += counterRange.top; in postprocess()[all …]