func runtime.getStackMap

4 uses

	runtime (current package)
		mbitmap.go#L2007: 			locals, _, _ := getStackMap(&frame, nil, false)
		mgcmark.go#L913: 	locals, args, objs := getStackMap(frame, &state.cache, false)
		stack.go#L644: 	locals, args, objs := getStackMap(frame, &adjinfo.cache, true)
		stack.go#L1219: func getStackMap(frame *stkframe, cache *pcvalueCache, debug bool) (locals, args bitvector, objs []stackObjectRecord) {