Searched refs:m_operationInProgress (Results 1 – 7 of 7) sorted by relevance
62 ASSERT(!m_operationInProgress); in postWriteToMainThread()63 m_operationInProgress = true; in postWriteToMainThread()69 ASSERT(!m_operationInProgress); in postTruncateToMainThread()70 m_operationInProgress = true; in postTruncateToMainThread()76 ASSERT(m_operationInProgress); in postAbortToMainThread()137 , m_operationInProgress(false) in WorkerFileWriterCallbacksBridge()160 ASSERT(bridge->m_operationInProgress); in didWriteOnWorkerThread()162 bridge->m_operationInProgress = false; in didWriteOnWorkerThread()169 ASSERT(bridge->m_operationInProgress); in didFailOnWorkerThread()170 bridge->m_operationInProgress = false; in didFailOnWorkerThread()[all …]
155 bool m_operationInProgress; variable
44 : 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()124 m_operationInProgress = Allocation; in allocateSlowCase()126 m_operationInProgress = NoOperation; in allocateSlowCase()204 ASSERT(m_operationInProgress == NoOperation); in markRoots()205 if (m_operationInProgress != NoOperation) in markRoots()208 m_operationInProgress = Collection; in markRoots()266 m_operationInProgress = NoOperation; in markRoots()[all …]
125 OperationInProgress m_operationInProgress; variable
389 ASSERT(m_operationInProgress == NoOperation); in allocate()391 m_operationInProgress = Allocation; in allocate()393 m_operationInProgress = NoOperation; in allocate()
6211 ASSERTION FAILED: m_operationInProgress == NoOperation loading nytimes.com
5252 Initialize m_operationInProgress after r75855.