Lines Matching full:ctxt
499 func callReflect(ctxt *makeFuncImpl, frame unsafe.Pointer) {
500 ftyp := ctxt.typ
501 f := ctxt.fn
565 // runtime.getArgInfo expects to be able to find ctxt on the
568 runtime.KeepAlive(ctxt)
647 func callMethod(ctxt *methodValue, frame unsafe.Pointer) {
648 rcvr := ctxt.rcvr
649 rcvrtype, t, fn := methodReceiver("call", rcvr, ctxt.method)
689 runtime.KeepAlive(ctxt)