Searched defs:abiPart (Results 1 – 1 of 1) sorted by relevance
56 type abiPart struct { struct57 kind abiPartKind58 srcStackOffset uintptr59 dstStackOffset uintptr // used if kind == abiPartStack60 dstRegister int // used if kind == abiPartReg61 len uintptr64 func (a *abiPart) tryMerge(b abiPart) bool {