func internal/runtime/sys.GetCallerPC

98 uses

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

	internal/runtime/maps
		runtime_fast32_swiss.go#L19: 		callerpc := sys.GetCallerPC()
		runtime_fast32_swiss.go#L88: 		callerpc := sys.GetCallerPC()
		runtime_fast32_swiss.go#L200: 		callerpc := sys.GetCallerPC()
		runtime_fast32_swiss.go#L339: 		callerpc := sys.GetCallerPC()
		runtime_fast32_swiss.go#L465: 		callerpc := sys.GetCallerPC()
		runtime_fast64_swiss.go#L19: 		callerpc := sys.GetCallerPC()
		runtime_fast64_swiss.go#L88: 		callerpc := sys.GetCallerPC()
		runtime_fast64_swiss.go#L200: 		callerpc := sys.GetCallerPC()
		runtime_fast64_swiss.go#L377: 		callerpc := sys.GetCallerPC()
		runtime_fast64_swiss.go#L504: 		callerpc := sys.GetCallerPC()
		runtime_faststr_swiss.go#L105: 		callerpc := sys.GetCallerPC()
		runtime_faststr_swiss.go#L164: 		callerpc := sys.GetCallerPC()
		runtime_faststr_swiss.go#L268: 		callerpc := sys.GetCallerPC()
		runtime_faststr_swiss.go#L403: 		callerpc := sys.GetCallerPC()
		runtime_swiss.go#L42: 		callerpc := sys.GetCallerPC()
		runtime_swiss.go#L116: 		callerpc := sys.GetCallerPC()
		runtime_swiss.go#L193: 		callerpc := sys.GetCallerPC()

	reflect
		map_swiss.go#L186: 		callerpc := sys.GetCallerPC()
		map_swiss.go#L199: 		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#L343: 	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_swiss.go#L93: 		callerpc := sys.GetCallerPC()
		linkname_swiss.go#L146: 		callerpc := sys.GetCallerPC()
		map_swiss.go#L141: 		callerpc := sys.GetCallerPC()
		map_swiss.go#L162: 		callerpc := sys.GetCallerPC()
		map_swiss.go#L174: 		callerpc := sys.GetCallerPC()
		map_swiss.go#L184: 		callerpc := sys.GetCallerPC()
		map_swiss.go#L293: 		callerpc := sys.GetCallerPC()
		map_swiss.go#L310: 		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#L126: 		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#L1344: 	pc := sys.GetCallerPC()
		mprof.go#L1537: 		pc := sys.GetCallerPC()
		mprof.go#L1640: 		pc := sys.GetCallerPC()
		panic.go#L114: 	panicCheck1(sys.GetCallerPC(), "index out of range")
		panic.go#L120: 	panicCheck1(sys.GetCallerPC(), "index out of range")
		panic.go#L128: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L134: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L140: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L146: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L154: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L160: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L166: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L170: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L174: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L178: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L184: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L188: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L194: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L198: 	panicCheck1(sys.GetCallerPC(), "slice bounds out of range")
		panic.go#L204: 	panicCheck1(sys.GetCallerPC(), "slice length too short to convert to array or pointer to array")
		panic.go#L232: 	panicCheck1(sys.GetCallerPC(), "negative shift amount")
		panic.go#L283: 	d.pc = sys.GetCallerPC()
		panic.go#L387: 	d.pc = sys.GetCallerPC()
		panic.go#L409: 		racewritepc(unsafe.Pointer(head), sys.GetCallerPC(), abi.FuncPCABIInternal(deferprocat))
		panic.go#L430: 		racereadpc(unsafe.Pointer(head), sys.GetCallerPC(), abi.FuncPCABIInternal(deferconvert))
		panic.go#L476: 	d.pc = sys.GetCallerPC()
		panic.go#L583: 	p.start(sys.GetCallerPC(), unsafe.Pointer(sys.GetCallerSP()))
		panic.go#L609: 	p.start(sys.GetCallerPC(), unsafe.Pointer(sys.GetCallerSP()))
		panic.go#L777: 	p.start(sys.GetCallerPC(), unsafe.Pointer(sys.GetCallerSP()))
		panic.go#L816: 	p.startPC = sys.GetCallerPC()
		panic.go#L1263: 	pc := sys.GetCallerPC()
		panic.go#L1299: 	pc := sys.GetCallerPC()
		proc.go#L1925: 	gp.sched.pc = sys.GetCallerPC()
		proc.go#L4669: 	reentersyscall(sys.GetCallerPC(), sys.GetCallerSP(), fp)
		proc.go#L4734: 	pc := sys.GetCallerPC()
		proc.go#L4767: 	save(sys.GetCallerPC(), sys.GetCallerSP(), getcallerfp())
		proc.go#L5160: 	pc := sys.GetCallerPC()
		select.go#L31: 	*pc = sys.GetCallerPC()
		slice.go#L76: 		callerpc := sys.GetCallerPC()
		slice.go#L180: 		callerpc := sys.GetCallerPC()
		slice.go#L371: 		callerpc := sys.GetCallerPC()
		string.go#L143: 			sys.GetCallerPC(),
		string.go#L206: 			sys.GetCallerPC(),
		string.go#L258: 			sys.GetCallerPC(),
		synctest.go#L197: 	pc := sys.GetCallerPC()
		traceback.go#L1094: 	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())