Home
last modified time | relevance | path

Searched defs:abiDesc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dabi.go328 type abiDesc struct { struct
331 call, ret abiSeq
340 stackCallArgsSize, retOffset, spill uintptr
347 stackPtrs *bitVector
357 inRegPtrs, outRegPtrs abi.IntArgRegBitmap
360 func (a *abiDesc) dump() {
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsyscall_windows.go80 type abiDesc struct { struct
81 parts []abiPart
83 srcStackSize uintptr // stdcall/fastcall stack space tracking
84 dstStackSize uintptr // Go stack space used
85 dstSpill uintptr // Extra stack space for argument spill slots
86 dstRegisters int // Go ABI int argument registers used
90 retOffset uintptr
93 func (p *abiDesc) assignArg(t *_type) {
176 func (p *abiDesc) tryRegAssignArg(t *_type, offset uintptr) bool {
211 func (p *abiDesc) assignReg(size, offset uintptr) bool {