Searched refs:m_refCountState (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGCFAPhase.cpp50 ASSERT(m_graph.m_refCountState == EverythingIsLive);
H A DDFGDCEPhase.cpp151 m_graph.m_refCountState = ExactRefCount;
H A DDFGGraph.cpp59 , m_refCountState(EverythingIsLive)
324 dataLog(" Fixpoint state: ", m_fixpointState, "; Form: ", m_form, "; Unification state: ", m_unificationState, "; Ref count state: ", m_refCountState, "\n");
H A DDFGGraph.h726 RefCountState m_refCountState; member in class:JSC::DFG::Graph
H A DDFGValidate.cpp173 if (m_graph.m_refCountState == ExactRefCount)

Completed in 119 milliseconds