Searched refs:NoOperation (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHeapOperation.h31 enum HeapOperation { NoOperation, Allocation, FullCollection, EdenCollection, AnyCollection }; enumerator in enum:JSC::HeapOperation
H A DDelayedReleaseScope.h51 HeapOperation operationInProgress = NoOperation;
H A DHeapInlines.h40 return m_bytesAllocatedThisCycle > Options::gcMaxHeapSize() && m_isSafeToCollect && m_operationInProgress == NoOperation;
41 return m_bytesAllocatedThisCycle > m_maxEdenSize && m_isSafeToCollect && m_operationInProgress == NoOperation;
46 return m_operationInProgress != NoOperation;
H A DMarkedAllocator.cpp142 m_heap->m_operationInProgress = NoOperation;
156 ASSERT(m_heap->m_operationInProgress == NoOperation);
H A DHeap.cpp308 , m_operationInProgress(NoOperation)
353 RELEASE_ASSERT(m_operationInProgress == NoOperation);
903 ASSERT(m_operationInProgress == FullCollection || m_operationInProgress == NoOperation);
986 RELEASE_ASSERT(m_operationInProgress == NoOperation);
1219 m_operationInProgress = NoOperation;
1301 if (m_operationInProgress != NoOperation)
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-ar/
H A Dllvm-ar.cpp78 NoOperation, ///< An operation hasn't been specified enumerator in enum:ArchiveOperation
186 ArchiveOperation Operation = NoOperation;
747 case NoOperation:

Completed in 138 milliseconds