Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp398 ASSERT(m_heap.operationInProgress == NoOperation); in allocate()
402 ASSERT(m_heap.operationInProgress == NoOperation); in allocate()
420 m_heap.operationInProgress = NoOperation; in allocate()
1063 ASSERT(m_heap.operationInProgress == NoOperation); in sweep()
1064 if (m_heap.operationInProgress != NoOperation) in sweep()
1090 m_heap.operationInProgress = NoOperation; in sweep()
1102 ASSERT(m_heap.operationInProgress == NoOperation); in markRoots()
1103 if (m_heap.operationInProgress != NoOperation) in markRoots()
1137 m_heap.operationInProgress = NoOperation; in markRoots()
1239 return m_heap.operationInProgress != NoOperation; in isBusy()
DCollector.h49 enum OperationInProgress { NoOperation, Allocation, Collection }; enumerator