func internal/abi.FuncPCABIInternal

61 uses

	internal/abi (current package)
		funcpc.go#L31: func FuncPCABIInternal(f interface{}) uintptr

	runtime
		chan.go#L174: 		racereadpc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(chansend))
		chan.go#L370: 		racewritepc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(closechan))
		cpuprof.go#L180: 			abi.FuncPCABIInternal(_LostExternalCode) + sys.PCQuantum,
		cpuprof.go#L181: 			abi.FuncPCABIInternal(_ExternalCode) + sys.PCQuantum,
		cpuprof.go#L190: 			abi.FuncPCABIInternal(_LostSIGPROFDuringAtomic64) + sys.PCQuantum,
		cpuprof.go#L191: 			abi.FuncPCABIInternal(_System) + sys.PCQuantum,
		iface.go#L324: 		raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convT))
		iface.go#L339: 		raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convTnoptr))
		map.go#L399: 		pc := abi.FuncPCABIInternal(mapaccess1)
		map.go#L460: 		pc := abi.FuncPCABIInternal(mapaccess2)
		map.go#L585: 		pc := abi.FuncPCABIInternal(mapassign)
		map.go#L699: 		pc := abi.FuncPCABIInternal(mapdelete)
		map.go#L819: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapiterinit))
		map.go#L871: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapiternext))
		map.go#L997: 		pc := abi.FuncPCABIInternal(mapclear)
		map.go#L1417: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(reflect_maplen))
		map.go#L1434: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(reflect_maplen))
		map_fast32.go#L16: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_fast32))
		map_fast32.go#L56: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_fast32))
		map_fast32.go#L99: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast32))
		map_fast32.go#L189: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast32))
		map_fast32.go#L276: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_fast32))
		map_fast64.go#L16: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_fast64))
		map_fast64.go#L56: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_fast64))
		map_fast64.go#L99: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast64))
		map_fast64.go#L189: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast64))
		map_fast64.go#L276: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_fast64))
		map_faststr.go#L16: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_faststr))
		map_faststr.go#L111: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_faststr))
		map_faststr.go#L209: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_faststr))
		map_faststr.go#L304: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_faststr))
		mbarrier.go#L195: 		raceWriteObjectPC(typ, dst, getcallerpc(), abi.FuncPCABIInternal(reflect_typedmemmove))
		mbarrier.go#L196: 		raceReadObjectPC(typ, src, getcallerpc(), abi.FuncPCABIInternal(reflect_typedmemmove))
		mbarrier.go#L254: 		pc := abi.FuncPCABIInternal(slicecopy)
		mprof.go#L713: 		racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), abi.FuncPCABIInternal(MemProfile))
		mprof.go#L771: 				racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), abi.FuncPCABIInternal(BlockProfile))
		os_linux.go#L499: 	if fn == abi.FuncPCABIInternal(sighandler) { // abi.FuncPCABIInternal(sighandler) matches the callers in signal_unix.go
		preempt.go#L319: 	f = findfunc(abi.FuncPCABIInternal(asyncPreempt2))
		proc.go#L2137: 		gp.racectx = racegostart(abi.FuncPCABIInternal(newextram) + sys.PCQuantum)
		proc.go#L4976: 			pc = abi.FuncPCABIInternal(_VDSO) + sys.PCQuantum
		proc.go#L4979: 			pc = abi.FuncPCABIInternal(_ExternalCode) + sys.PCQuantum
		proc.go#L4983: 			stk[1] = abi.FuncPCABIInternal(_GC) + sys.PCQuantum
		proc.go#L4985: 			stk[1] = abi.FuncPCABIInternal(_System) + sys.PCQuantum
		proc.go#L6749: 			pkg := funcpkgpath(findfunc(abi.FuncPCABIInternal(f)))
		select.go#L25: 	chansendpc = abi.FuncPCABIInternal(chansend)
		select.go#L26: 	chanrecvpc = abi.FuncPCABIInternal(chanrecv)
		signal_unix.go#L148: 		setsig(i, abi.FuncPCABIInternal(sighandler))
		signal_unix.go#L206: 			setsig(sig, abi.FuncPCABIInternal(sighandler))
		signal_unix.go#L301: 			setsig(_SIGPROF, abi.FuncPCABIInternal(sighandler))
		signal_unix.go#L542: 			abi.FuncPCABIInternal(_ExternalCode) + sys.PCQuantum,
		signal_unix.go#L980: 	setsig(sig, abi.FuncPCABIInternal(sighandler))
		slice.go#L73: 		pc := abi.FuncPCABIInternal(makeslicecopy)
		slice.go#L161: 		racereadrangepc(oldPtr, uintptr(oldLen*int(et.Size_)), callerpc, abi.FuncPCABIInternal(growslice))
		slice.go#L327: 		pc := abi.FuncPCABIInternal(slicecopy)
		stack.go#L1136: 		fn = unsafe.Pointer(abi.FuncPCABIInternal(nilfunc))
		string.go#L92: 			abi.FuncPCABIInternal(slicebytetostring))
		string.go#L155: 			abi.FuncPCABIInternal(slicebytetostringtmp))
		string.go#L207: 			abi.FuncPCABIInternal(slicerunetostring))
		time.go#L845: 			ppcur.timerRaceCtx = racegostart(abi.FuncPCABIInternal(runtimer) + sys.PCQuantum)
		type.go#L189: 		return unsafe.Pointer(abi.FuncPCABIInternal(unreachableMethod))