m_collectingGC 1904 MMgc/GCHeap.cpp if (ef->m_collectingGC) m_collectingGC 1906 MMgc/GCHeap.cpp ef->m_collectingGC->SignalImminentAbort(); m_collectingGC 1907 MMgc/GCHeap.cpp ef->m_collectingGC = NULL; m_collectingGC 1938 MMgc/GCHeap.cpp if (ef->m_collectingGC) m_collectingGC 1940 MMgc/GCHeap.cpp ef->m_collectingGC->SignalImminentAbort(); m_collectingGC 1941 MMgc/GCHeap.cpp ef->m_collectingGC = NULL; m_collectingGC 93 MMgc/OOM.h void SetCollectingGC(GC *gc){ m_collectingGC = gc; } m_collectingGC 94 MMgc/OOM.h GC* GetCollectingGC(){return m_collectingGC;} m_collectingGC 98 MMgc/OOM.h GC *m_collectingGC;