Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dmakefunc.go20 makeFuncCtxt anonMember
84 makeFuncCtxt anonMember
145 type makeFuncCtxt struct { struct
146 fn uintptr
147 stack *bitVector // ptrmap for both stack args and results
148 argLen uintptr // just args
149 regPtrs abi.IntArgRegBitmap
163 func moveMakeFuncArgPtrs(ctxt *makeFuncCtxt, args *abi.RegArgs) {