func runtime.CallersFrames

8 uses

	runtime (current package)
		extern.go#L307: 	frame, _ := CallersFrames(rpc).Next()
		mprof.go#L1137: 		cf := CallersFrames(p[i].Stack())
		symtab.go#L79: func CallersFrames(callers []uintptr) *Frames {
		tracestack.go#L208: 	ci := CallersFrames(pcs)

	internal/bisect
		bisect.go#L495: 	frames := runtime.CallersFrames(stk)

	log
		log.go#L225: 			fs := runtime.CallersFrames([]uintptr{pc})

	net/http
		server.go#L1179: 	frames := runtime.CallersFrames(pc[:n])

	reflect
		value.go#L190: 	frames := runtime.CallersFrames(pc[:n])