Home | History | Annotate | Download | only in runtime

Lines Matching refs:newStack

733 	stk := tab.newStack(len(pcs))
765 // newStack allocates a new stack of size n.
766 func (tab *traceStackTable) newStack(n int) *traceStack {