Searched defs:makeFuncCtxt (Results 1 – 1 of 1) sorted by relevance
20 makeFuncCtxt anonMember84 makeFuncCtxt anonMember145 type makeFuncCtxt struct { struct146 fn uintptr147 stack *bitVector // ptrmap for both stack args and results148 argLen uintptr // just args149 regPtrs abi.IntArgRegBitmap163 func moveMakeFuncArgPtrs(ctxt *makeFuncCtxt, args *abi.RegArgs) {