type internal/abi.IntArgRegBitmap
9 uses
	internal/abi (current package)
		abi.go#L44: 	ReturnIsPtr IntArgRegBitmap
		abi.go#L87: type IntArgRegBitmap [(IntArgRegs + 7) / 8]uint8
		abi.go#L90: func (b *IntArgRegBitmap) Set(i int) {
		abi.go#L100: func (b *IntArgRegBitmap) Get(i int) bool {
	reflect
		abi.go#L357: 	inRegPtrs, outRegPtrs abi.IntArgRegBitmap
		abi.go#L377: func dumpPtrBitMap(b abi.IntArgRegBitmap) {
		abi.go#L403: 	inRegPtrs := abi.IntArgRegBitmap{}
		abi.go#L442: 	outRegPtrs := abi.IntArgRegBitmap{}
		makefunc.go#L149: 	regPtrs abi.IntArgRegBitmap
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |