const runtime.usesLR
11 uses
runtime (current package)
proc.go#L4037: if usesLR {
traceback.go#L37: const usesLR = sys.MinFrameSize > 0
traceback.go#L116: if usesLR {
traceback.go#L122: if usesLR {
traceback.go#L133: if usesLR {
traceback.go#L143: if usesLR {
traceback.go#L209: if !usesLR {
traceback.go#L218: } else if usesLR && f.funcID == funcID_jmpdefer {
traceback.go#L231: if usesLR {
traceback.go#L267: if !usesLR {
traceback.go#L491: if usesLR && injectedCall {
![]() |
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. |