Searched refs:curBlock (Results 1 – 1 of 1) sorted by relevance
876 Block* curBlock = reinterpret_cast<Block*>(heap.blocks[block]); in sweep() local878 size_t usedCells = curBlock->usedCells; in sweep()879 Cell* freeList = curBlock->freeList; in sweep()884 if (!curBlock->marked.get(i >> HeapConstants<heapType>::bitmapShift)) { in sweep()885 Cell* cell = curBlock->cells + i; in sweep()910 Cell* cell = curBlock->cells + i; in sweep()914 if (!curBlock->marked.get(i >> HeapConstants<heapType>::bitmapShift)) { in sweep()931 curBlock->usedCells = static_cast<uint32_t>(usedCells); in sweep()932 curBlock->freeList = freeList; in sweep()933 curBlock->marked.clearAll(); in sweep()[all …]