Searched refs:operationInProgress (Results 1 – 2 of 2) sorted by relevance
316 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 …]
64 OperationInProgress operationInProgress; member