func internal/runtime/sys.GetCallerPC

98 uses

	internal/runtime/sys (current package)
		intrinsics.go#L233: func GetCallerPC() uintptr

	internal/runtime/maps
		runtime.go#L58: 		callerpc := sys.GetCallerPC()
		runtime.go#L133: 		callerpc := sys.GetCallerPC()
		runtime.go#L211: 		callerpc := sys.GetCallerPC()
		runtime_fast32.go#L17: 		callerpc := sys.GetCallerPC()
		runtime_fast32.go#L87: 		callerpc := sys.GetCallerPC()
		runtime_fast32.go#L200: 		callerpc := sys.GetCallerPC()
		runtime_fast32.go#L340: 		callerpc := sys.GetCallerPC()
		runtime_fast32.go#L467: 		callerpc := sys.GetCallerPC()
		runtime_fast64.go#L17: 		callerpc := sys.GetCallerPC()
		runtime_fast64.go#L87: 		callerpc := sys.GetCallerPC()
		runtime_fast64.go#L201: 		callerpc := sys.GetCallerPC()
		runtime_fast64.go#L379: 		callerpc := sys.GetCallerPC()
		runtime_fast64.go#L507: 		callerpc := sys.GetCallerPC()
		runtime_faststr.go#L103: 		callerpc := sys.GetCallerPC()
		runtime_faststr.go#L163: 		callerpc := sys.GetCallerPC()
		runtime_faststr.go#L268: 		callerpc := sys.GetCallerPC()
		runtime_faststr.go#L404: 		callerpc := sys.GetCallerPC()

	reflect
		map.go#L179: 		callerpc := sys.GetCallerPC()
		map.go#L192: 		callerpc := sys.GetCallerPC()

	runtime
		chan.go#L161: 	chansend(c, elem, true, sys.GetCallerPC())
		chan.go#L429: 		callerpc := sys.GetCallerPC()
		chan.go#L785: 	return chansend(c, elem, false, sys.GetCallerPC())
		chan.go#L810: 	return chansend(c, elem, !nb, sys.GetCallerPC())
		coro.go#L45: 	pc := sys.GetCallerPC()
		debugcall.go#L110: 	callerpc := sys.GetCallerPC()
		error.go#L325: 	pc := sys.GetCallerPC()
		iface.go#L336: 		raceReadObjectPC(t, v, sys.GetCallerPC(), abi.FuncPCABIInternal(convT))
		iface.go#L351: 		raceReadObjectPC(t, v, sys.GetCallerPC(), abi.FuncPCABIInternal(convTnoptr))
		linkname_shim.go#L90: 		callerpc := sys.GetCallerPC()
		linkname_shim.go#L143: 		callerpc := sys.GetCallerPC()
		map.go#L137: 		callerpc := sys.GetCallerPC()
		map.go#L158: 		callerpc := sys.GetCallerPC()
		map.go#L170: 		callerpc := sys.GetCallerPC()
		map.go#L180: 		callerpc := sys.GetCallerPC()
		map.go#L289: 		callerpc := sys.GetCallerPC()
		map.go#L306: 		callerpc := sys.GetCallerPC()
		mbarrier.go#L215: 		raceWriteObjectPC(typ, dst, sys.GetCallerPC(), abi.FuncPCABIInternal(reflect_typedmemmove))
		mbarrier.go#L216: 		raceReadObjectPC(typ, src, sys.GetCallerPC(), abi.FuncPCABIInternal(reflect_typedmemmove))
		mbarrier.go#L290: 		callerpc := sys.GetCallerPC()
		mcleanup.go#L189: 		setCleanupContext(unsafe.Pointer(ptr), abi.TypeFor[T](), sys.GetCallerPC(), cleanupFn.fn, id)
		mfinal.go#L536: 	callerpc := sys.GetCallerPC()
		mprof.go#L739: 	pc := sys.GetCallerPC()
		mprof.go#L1019: 		racewriterangepc(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0), sys.GetCallerPC(), abi.FuncPCABIInternal(MemProfile))
		mprof.go#L1133: 		racewriterangepc(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0), sys.GetCallerPC(), abi.FuncPCABIInternal(BlockProfile))
		mprof.go#L1395: 	pc := sys.GetCallerPC()
		mprof.go#L1608: 		pc := sys.GetCallerPC()
		mprof.go#L1711: 		pc := sys.GetCallerPC()
		panic.go#L113: 	panicCheck1(sys.GetCallerPC(), "index out of range")
		panic.go#L119: 	panicCheck1(sys.GetCallerPC(), "index out of range")
		panic.go#L127: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L133: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L139: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L145: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L153: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L159: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L165: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L169: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L173: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L177: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L183: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L187: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L193: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L197: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L203: 	panicCheck1(sys.GetCallerPC(), "slice length too short to convert to array or pointer to array")
		panic.go#L306: 	panicCheck1(sys.GetCallerPC(), "negative shift amount")
		panic.go#L364: 	d.pc = sys.GetCallerPC()
		panic.go#L468: 	d.pc = sys.GetCallerPC()
		panic.go#L490: 		racewritepc(unsafe.Pointer(head), sys.GetCallerPC(), abi.FuncPCABIInternal(deferprocat))
		panic.go#L511: 		racereadpc(unsafe.Pointer(head), sys.GetCallerPC(), abi.FuncPCABIInternal(deferconvert))
		panic.go#L557: 	d.pc = sys.GetCallerPC()
		panic.go#L662: 	p.start(sys.GetCallerPC(), unsafe.Pointer(sys.GetCallerSP()))
		panic.go#L688: 	p.start(sys.GetCallerPC(), unsafe.Pointer(sys.GetCallerSP()))
		panic.go#L854: 	p.start(sys.GetCallerPC(), unsafe.Pointer(sys.GetCallerSP()))
		panic.go#L893: 	p.startPC = sys.GetCallerPC()
		panic.go#L1421: 	pc := sys.GetCallerPC()
		panic.go#L1457: 	pc := sys.GetCallerPC()
		proc.go#L1918: 	gp.sched.pc = sys.GetCallerPC()
		proc.go#L4743: 	reentersyscall(sys.GetCallerPC(), sys.GetCallerSP(), fp)
		proc.go#L4803: 	pc := sys.GetCallerPC()
		proc.go#L4858: 	save(sys.GetCallerPC(), sys.GetCallerSP(), getcallerfp())
		proc.go#L5297: 	pc := sys.GetCallerPC()
		select.go#L31: 	*pc = sys.GetCallerPC()
		slice.go#L77: 		callerpc := sys.GetCallerPC()
		slice.go#L181: 		callerpc := sys.GetCallerPC()
		slice.go#L408: 		callerpc := sys.GetCallerPC()
		string.go#L149: 			sys.GetCallerPC(),
		string.go#L212: 			sys.GetCallerPC(),
		string.go#L264: 			sys.GetCallerPC(),
		synctest.go#L197: 	pc := sys.GetCallerPC()
		traceback.go#L1095: 	pc := sys.GetCallerPC()
		unsafe.go#L56: 		panicunsafeslicelen1(sys.GetCallerPC())
		unsafe.go#L61: 			panicunsafeslicenilptr1(sys.GetCallerPC())
		unsafe.go#L68: 			panicunsafeslicenilptr1(sys.GetCallerPC())
		unsafe.go#L70: 		panicunsafeslicelen1(sys.GetCallerPC())
		unsafe.go#L78: 		panicunsafeslicelen1(sys.GetCallerPC())
		unsafe.go#L96: 	panicunsafeslicelen1(sys.GetCallerPC())
		unsafe.go#L108: 	panicunsafeslicenilptr1(sys.GetCallerPC())