func runtime.getcallersp
26 uses
runtime (current package)
debugcall.go#L31: if sp := getcallersp(); !(getg().stack.lo < sp && sp <= getg().stack.hi) {
mprof.go#L746: sp := getcallersp()
mprof.go#L811: sp := getcallersp()
mprof.go#L853: sp := getcallersp()
mprof.go#L873: sp := getcallersp()
panic.go#L235: sp := getcallersp()
panic.go#L288: d.sp = getcallersp()
panic.go#L530: sp := getcallersp()
panic.go#L592: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L624: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L875: p.sp = unsafe.Pointer(getcallersp())
panic.go#L925: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L1165: sp := getcallersp()
panic.go#L1192: sp := getcallersp()
proc.go#L1295: save(getcallerpc(), getcallersp())
proc.go#L1858: _g_.stack.hi = getcallersp() + 1024
proc.go#L1859: _g_.stack.lo = getcallersp() - 32*1024
proc.go#L3565: reentersyscall(getcallerpc(), getcallersp())
proc.go#L3609: sp := getcallersp()
proc.go#L3633: save(getcallerpc(), getcallersp())
proc.go#L3662: if getcallersp() > _g_.syscallsp {
signal_unix.go#L392: sp := getcallersp()
signal_unix.go#L451: g.m.gsignal.stktopsp = getcallersp()
stubs.go#L253: func getcallersp() uintptr // implemented as an intrinsic on all platforms
sys_libc.go#L28: mp.libcallsp = getcallersp()
traceback.go#L795: sp := getcallersp()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |