Home | History | Annotate | Download | only in reflect

Lines Matching refs:argSize

627 	frametype, argSize, retOffset, _, framePool := funcLayout(t, rcvrtype)
634 typedmemmovepartial(frametype, unsafe.Pointer(uintptr(args)+ptrSize), frame, ptrSize, argSize-ptrSize)
646 callerRetOffset = align(argSize-ptrSize, 8)