Home
last modified time | relevance | path

Searched refs:operationInProgress (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp316 ASSERT(heap.operationInProgress == NoOperation); in heapAllocate()
341 ASSERT(heap.operationInProgress == NoOperation); in heapAllocate()
344 heap.operationInProgress = Allocation; in heapAllocate()
371 heap.operationInProgress = NoOperation; in heapAllocate()
375 heap.operationInProgress = Allocation; in heapAllocate()
416 heap.operationInProgress = NoOperation; in heapAllocate()
1076 …ASSERT((primaryHeap.operationInProgress == NoOperation) | (numberHeap.operationInProgress == NoOpe… in collect()
1077 …if ((primaryHeap.operationInProgress != NoOperation) | (numberHeap.operationInProgress != NoOperat… in collect()
1081 primaryHeap.operationInProgress = Collection; in collect()
1082 numberHeap.operationInProgress = Collection; in collect()
[all …]
DCollector.h64 OperationInProgress operationInProgress; member