func runtime.getcallerpc
82 uses
runtime (current package)
chan.go#L143: chansend(c, elem, true, getcallerpc())
chan.go#L367: callerpc := getcallerpc()
chan.go#L687: return chansend(c, elem, false, getcallerpc())
chan.go#L737: return chansend(c, elem, !nb, getcallerpc())
debugcall.go#L104: callerpc := getcallerpc()
error.go#L303: pc := getcallerpc()
iface.go#L320: raceReadObjectPC(t, elem, getcallerpc(), funcPC(convT2E))
iface.go#L393: raceReadObjectPC(t, elem, getcallerpc(), funcPC(convT2Enoptr))
iface.go#L408: raceReadObjectPC(t, elem, getcallerpc(), funcPC(convT2I))
iface.go#L423: raceReadObjectPC(t, elem, getcallerpc(), funcPC(convT2Inoptr))
map.go#L396: callerpc := getcallerpc()
map.go#L454: callerpc := getcallerpc()
map.go#L576: callerpc := getcallerpc()
map.go#L687: callerpc := getcallerpc()
map.go#L804: callerpc := getcallerpc()
map.go#L854: callerpc := getcallerpc()
map.go#L980: callerpc := getcallerpc()
map.go#L1365: callerpc := getcallerpc()
map.go#L1377: callerpc := getcallerpc()
map_fast32.go#L14: callerpc := getcallerpc()
map_fast32.go#L54: callerpc := getcallerpc()
map_fast32.go#L97: callerpc := getcallerpc()
map_fast32.go#L187: callerpc := getcallerpc()
map_fast32.go#L274: callerpc := getcallerpc()
map_fast64.go#L14: callerpc := getcallerpc()
map_fast64.go#L54: callerpc := getcallerpc()
map_fast64.go#L97: callerpc := getcallerpc()
map_fast64.go#L187: callerpc := getcallerpc()
map_fast64.go#L274: callerpc := getcallerpc()
map_faststr.go#L14: callerpc := getcallerpc()
map_faststr.go#L109: callerpc := getcallerpc()
map_faststr.go#L207: callerpc := getcallerpc()
map_faststr.go#L299: callerpc := getcallerpc()
mbarrier.go#L179: raceWriteObjectPC(typ, dst, getcallerpc(), funcPC(reflect_typedmemmove))
mbarrier.go#L180: raceReadObjectPC(typ, src, getcallerpc(), funcPC(reflect_typedmemmove))
mbarrier.go#L248: callerpc := getcallerpc()
mprof.go#L599: racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), funcPC(MemProfile))
mprof.go#L647: racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), funcPC(BlockProfile))
mprof.go#L747: pc := getcallerpc()
mprof.go#L812: pc := getcallerpc()
mprof.go#L852: pc := getcallerpc()
mprof.go#L872: pc := getcallerpc()
panic.go#L87: panicCheck1(getcallerpc(), "index out of range")
panic.go#L91: panicCheck1(getcallerpc(), "index out of range")
panic.go#L97: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L101: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L105: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L109: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L115: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L119: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L125: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L129: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L133: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L137: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L143: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L147: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L153: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L157: panicCheck1(getcallerpc(), "slice bounds out of range")
panic.go#L183: panicCheck1(getcallerpc(), "negative shift amount")
panic.go#L237: callerpc := getcallerpc()
panic.go#L289: d.pc = getcallerpc()
panic.go#L592: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L624: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L874: p.pc = getcallerpc()
panic.go#L925: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L1164: pc := getcallerpc()
panic.go#L1191: pc := getcallerpc()
proc.go#L1295: save(getcallerpc(), getcallersp())
proc.go#L3565: reentersyscall(getcallerpc(), getcallersp())
proc.go#L3608: pc := getcallerpc()
proc.go#L3633: save(getcallerpc(), getcallersp())
proc.go#L3977: pc := getcallerpc()
select.go#L30: *pc = getcallerpc()
slice.go#L70: callerpc := getcallerpc()
slice.go#L127: callerpc := getcallerpc()
slice.go#L263: callerpc := getcallerpc()
string.go#L90: getcallerpc(),
string.go#L154: getcallerpc(),
string.go#L205: getcallerpc(),
stubs.go#L250: func getcallerpc() uintptr
sys_libc.go#L25: mp.libcallpc = getcallerpc()
traceback.go#L796: pc := getcallerpc()
 |
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. |