Searched refs:StackContext (Results 1 – 4 of 4) sorted by relevance
14 struct StackContext struct22 StackContext* within; argument23 StackContext* next, prev; argument
476 StackContext m_main;477 StackContext* m_curr;486 final void pushContext(StackContext* c) nothrow @nogc in pushContext()506 StackContext* c = m_curr;512 private final StackContext* topContext() nothrow @nogc in topContext()587 __gshared StackContext* sm_cbeg;611 static void add(StackContext* c) nothrow @nogc in add()636 static void remove(StackContext* c) nothrow @nogc in remove()1078 for (StackContext* c = ThreadBase.sm_cbeg; c; c = c.next) in scanAllTypeImpl()
982 m_ctxt = new StackContext;1553 StackContext* m_ctxt;
1292 StackContext* thisContext = &thisThread.m_main; in private()1371 StackContext* thisContext = &thisThread.m_main; in version()