Searched refs:BytesInBGAtLastCheckpoint (Results 1 – 3 of 3) sorted by relevance
78 uptr BytesInBGAtLastCheckpoint; member
675 BG->BytesInBGAtLastCheckpoint = 0; in pushBatchClassBlocks()765 BG->BytesInBGAtLastCheckpoint = 0;1335 if (BytesInBG <= BG->BytesInBGAtLastCheckpoint) { in collectGroupsToRelease()1336 BG->BytesInBGAtLastCheckpoint = BytesInBG; in collectGroupsToRelease()1342 const uptr PushedBytesDelta = BG->BytesInBGAtLastCheckpoint - BytesInBG; in collectGroupsToRelease()1437 Cur->BytesInBGAtLastCheckpoint = BytesInBG; in collectGroupsToRelease()1586 BG->BytesInBGAtLastCheckpoint = Cur->BytesInBGAtLastCheckpoint; in mergeGroupsToReleaseBack()
545 BG->BytesInBGAtLastCheckpoint = 0; in pushBatchClassBlocks()636 BG->BytesInBGAtLastCheckpoint = 0;1101 if (BytesInBG <= BG.BytesInBGAtLastCheckpoint) { in markFreeBlocks()1102 BG.BytesInBGAtLastCheckpoint = BytesInBG; in markFreeBlocks()1106 const uptr PushedBytesDelta = BytesInBG - BG.BytesInBGAtLastCheckpoint; in markFreeBlocks()1121 BG.BytesInBGAtLastCheckpoint = BytesInBG; in markFreeBlocks()