runtime.stkframe.fn (field)
28 uses
runtime (current package)
heapdump.go#L257: f := s.fn
mbitmap.go#L2006: if frame.fn.valid() {
mgcmark.go#L866: print("scanframe ", funcname(frame.fn), "\n")
mgcmark.go#L869: isAsyncPreempt := frame.fn.valid() && frame.fn.funcID == funcID_asyncPreempt
mgcmark.go#L870: isDebugCall := frame.fn.valid() && frame.fn.funcID == funcID_debugCallV1
mgcmark.go#L873: println("conservatively scanning function", funcname(frame.fn), "at PC", hex(frame.continpc))
panic.go#L725: f := frame.fn
panic.go#L748: if frame.fn.deferreturn == 0 {
panic.go#L762: d1.pc = frame.fn.entry + uintptr(frame.fn.deferreturn)
runtime2.go#L955: fn funcInfo // function being run
stack.go#L633: f := frame.fn
stack.go#L1226: f := frame.fn
traceback.go#L48: frame.fn = funcInfo{}
traceback.go#L59: frame.fn = f
traceback.go#L163: frame.fn = f
traceback.go#L176: f = frame.fn
traceback.go#L197: frame.fn = findfunc(frame.pc)
traceback.go#L198: f = frame.fn
traceback.go#L305: if frame.fn.deferreturn != 0 {
traceback.go#L306: frame.continpc = frame.fn.entry + uintptr(frame.fn.deferreturn) + 1
traceback.go#L366: tracepc = frame.fn.entry + uintptr(inltree[ix].parentPc)
traceback.go#L421: tracepc = frame.fn.entry + uintptr(inltree[ix].parentPc)
traceback.go#L482: frame.fn = flr
traceback.go#L499: frame.fn = f
![]() |
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. |