Home | History | Annotate | Download | only in heap

Lines Matching defs:m_trace

117         : m_trace(trace)
121 bool isAlive() { return m_trace; }
126 m_trace = 0;
138 m_trace(visitor, this);
142 TraceCallback m_trace;
411 : PersistentNode(otherref.m_trace)