Home
last modified time | relevance | path

Searched refs:numLiveObjects (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp158 ASSERT(!primaryHeap.numLiveObjects); in destroy()
291 size_t numLiveObjects = heap.numLiveObjects; in heapAllocate() local
299 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() local
899 --numLiveObjects; in sweep()
920 --numLiveObjects; in sweep()
954 if (heap.numLiveObjects != numLiveObjects) in sweep()
[all …]
DCollector.h59 size_t numLiveObjects; member
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1420967 have to bump it each time we call allocate. Put numLiveObjects into a local variable to
20974 (KJS::Collector::collect): Put numLiveObjects into a local variable to cut down on global
20975 variable accesses. Make "next" cell pointer be a byte offset as above. Put numLiveObjects