Searched refs:BytesInBGAtLastCheckpoint (Results 1 – 4 of 4) sorted by relevance
531 BG->BytesInBGAtLastCheckpoint = 0; in pushBatchClassBlocks()622 BG->BytesInBGAtLastCheckpoint = 0;1108 if (BytesInBG <= BG.BytesInBGAtLastCheckpoint) { in markFreeBlocks()1109 BG.BytesInBGAtLastCheckpoint = BytesInBG; in markFreeBlocks()1113 const uptr PushedBytesDelta = BytesInBG - BG.BytesInBGAtLastCheckpoint; in markFreeBlocks()1128 BG.BytesInBGAtLastCheckpoint = BytesInBG; in markFreeBlocks()
684 BG->BytesInBGAtLastCheckpoint = 0; in pushBatchClassBlocks()774 BG->BytesInBGAtLastCheckpoint = 0;1388 if (BytesInBG <= BG->BytesInBGAtLastCheckpoint) { in collectGroupsToRelease()1389 BG->BytesInBGAtLastCheckpoint = BytesInBG; in collectGroupsToRelease()1395 const uptr PushedBytesDelta = BytesInBG - BG->BytesInBGAtLastCheckpoint; in collectGroupsToRelease()1490 Cur->BytesInBGAtLastCheckpoint = BytesInBG; in collectGroupsToRelease()1639 BG->BytesInBGAtLastCheckpoint = Cur->BytesInBGAtLastCheckpoint; in mergeGroupsToReleaseBack()
85 uptr BytesInBGAtLastCheckpoint; member
85 uptr BytesInBGAtLastCheckpoint; global() member