Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsyscall_windows.go56 type abiPart struct { struct
57 kind abiPartKind
58 srcStackOffset uintptr
59 dstStackOffset uintptr // used if kind == abiPartStack
60 dstRegister int // used if kind == abiPartReg
61 len uintptr
64 func (a *abiPart) tryMerge(b abiPart) bool {