Lines Matching defs:stackScanState
168 type stackScanState struct { struct
170 stack stack
174 conservative bool
179 buf *stackWorkBuf
180 freeBuf *stackWorkBuf // keep around one free buffer for allocation hysteresis
187 cbuf *stackWorkBuf
191 head *stackObjectBuf
192 tail *stackObjectBuf
193 nobjs int
197 root *stackObject
202 func (s *stackScanState) putPtr(p uintptr, conservative bool) {
237 func (s *stackScanState) getPtr() (p uintptr, conservative bool) {
270 func (s *stackScanState) addObject(addr uintptr, r *stackObjectRecord) {
302 func (s *stackScanState) buildIndex() {
331 func (s *stackScanState) findObject(a uintptr) *stackObject {