Home | History | Annotate | Download | only in reflect

Lines Matching refs:argSize

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