Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/heap/
DHeap.cpp44 : m_operationInProgress(NoOperation) in Heap()
72 ASSERT(m_operationInProgress == NoOperation); in destroy()
115 ASSERT(m_operationInProgress == NoOperation); in allocateSlowCase()
119 ASSERT(m_operationInProgress == NoOperation); in allocateSlowCase()
126 m_operationInProgress = NoOperation; in allocateSlowCase()
204 ASSERT(m_operationInProgress == NoOperation); in markRoots()
205 if (m_operationInProgress != NoOperation) in markRoots()
266 m_operationInProgress = NoOperation; in markRoots()
381 return m_operationInProgress != NoOperation; in isBusy()
DHeap.h52 enum OperationInProgress { NoOperation, Allocation, Collection }; enumerator
/external/webkit/Source/JavaScriptCore/runtime/
DJSCell.h389 ASSERT(m_operationInProgress == NoOperation); in allocate()
393 m_operationInProgress = NoOperation; in allocate()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp79 NoOperation, ///< An operation hasn't been specified enumerator
204 ArchiveOperation Operation = NoOperation; in parseCommandLine()
765 case NoOperation: in main()
/external/webkit/Source/WebKit2/
DChangeLog6211 ASSERTION FAILED: m_operationInProgress == NoOperation loading nytimes.com