HomeSort by relevance Sort by last modified time
    Searched refs:NoOperation (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/heap/
Heap.cpp 44 : m_operationInProgress(NoOperation)
72 ASSERT(m_operationInProgress == NoOperation);
115 ASSERT(m_operationInProgress == NoOperation);
119 ASSERT(m_operationInProgress == NoOperation);
126 m_operationInProgress = NoOperation;
204 ASSERT(m_operationInProgress == NoOperation);
205 if (m_operationInProgress != NoOperation)
266 m_operationInProgress = NoOperation;
381 return m_operationInProgress != NoOperation;
Heap.h 52 enum OperationInProgress { NoOperation, Allocation, Collection };
  /external/webkit/Source/JavaScriptCore/runtime/
JSCell.h 389 ASSERT(m_operationInProgress == NoOperation);
393 m_operationInProgress = NoOperation;
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 78 NoOperation, ///< An operation hasn't been specified
186 ArchiveOperation Operation = NoOperation;
747 case NoOperation:

Completed in 1092 milliseconds