Searched refs:NoPhase (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DGCThreadSharedData.cpp82 , m_currentPhase(NoPhase)
110 ASSERT(m_currentPhase == NoPhase);
139 ASSERT(m_currentPhase == NoPhase);
149 m_currentPhase = NoPhase;
H A DGCThread.cpp80 m_shared.m_phaseConditionVariable.wait(lock, [this] { return m_shared.m_currentPhase != NoPhase; });
120 case NoPhase:
H A DGCThreadSharedData.h47 NoPhase, enumerator in enum:JSC::GCPhase

Completed in 103 milliseconds