type runtime.stackScanState

10 uses

	runtime (current package)
		mgcmark.go#L726: 	var state stackScanState
		mgcmark.go#L864: func scanframeworker(frame *stkframe, state *stackScanState, gcw *gcWork) {
		mgcmark.go#L1167: func scanblock(b0, n0 uintptr, ptrmask *uint8, gcw *gcWork, stk *stackScanState) {
		mgcmark.go#L1303: func scanConservative(b, n uintptr, ptrmask *uint8, gcw *gcWork, state *stackScanState) {
		mgcstack.go#L170: type stackScanState struct {
		mgcstack.go#L206: func (s *stackScanState) putPtr(p uintptr, conservative bool) {
		mgcstack.go#L241: func (s *stackScanState) getPtr() (p uintptr, conservative bool) {
		mgcstack.go#L274: func (s *stackScanState) addObject(addr uintptr, typ *_type) {
		mgcstack.go#L306: func (s *stackScanState) buildIndex() {
		mgcstack.go#L335: func (s *stackScanState) findObject(a uintptr) *stackObject {