Searched refs:numLiveObjects (Results 1 – 3 of 3) sorted by relevance
158 ASSERT(!primaryHeap.numLiveObjects); in destroy()291 size_t numLiveObjects = heap.numLiveObjects; in heapAllocate() local299 size_t numNewObjects = numLiveObjects - numLiveObjectsAtLastCollect; in heapAllocate()330 size_t numNewObjects = numLiveObjects - numLiveObjectsAtLastCollect; in heapAllocate()342 numLiveObjects = heap.numLiveObjects; in heapAllocate()373 heap.numLiveObjects = numLiveObjects + 1; in heapAllocate()873 size_t numLiveObjects = heap.numLiveObjects; in sweep() local899 --numLiveObjects; in sweep()920 --numLiveObjects; in sweep()954 if (heap.numLiveObjects != numLiveObjects) in sweep()[all …]
59 size_t numLiveObjects; member
20967 have to bump it each time we call allocate. Put numLiveObjects into a local variable to20974 (KJS::Collector::collect): Put numLiveObjects into a local variable to cut down on global20975 variable accesses. Make "next" cell pointer be a byte offset as above. Put numLiveObjects