Lines Matching full:callers
127 // the runtime.Callers function (pcbuf != nil), as well as the garbage
153 // on another stack. That could confuse callers quite a bit.
739 func callers(skip int, pcbuf []uintptr) int {
1053 // Unlike runtime.Callers, the PC values returned should, when passed
1164 // cgoTraceback prints a traceback of callers.
1165 func printCgoTraceback(callers *cgoCallers) {
1167 for _, c := range callers {
1177 for _, c := range callers {