rb_vm_invoke_proc 1276 cont.c         	cont->value = rb_vm_invoke_proc(th, proc, argc, argv, 0);
rb_vm_invoke_proc  797 proc.c             vret = rb_vm_invoke_proc(GET_THREAD(), proc, argc, argv, blockptr);
rb_vm_invoke_proc  835 proc.c             vret = rb_vm_invoke_proc(GET_THREAD(), proc, check_argc(RARRAY_LEN(args)), RARRAY_CONST_PTR(args), 0);
rb_vm_invoke_proc  850 proc.c             vret = rb_vm_invoke_proc(GET_THREAD(), proc, argc, argv, block);
rb_vm_invoke_proc  593 thread.c       		    th->value = rb_vm_invoke_proc(th, proc, (int)RARRAY_LEN(args), RARRAY_CONST_PTR(args), 0);
rb_vm_invoke_proc 1013 vm_core.h      VALUE rb_vm_invoke_proc(rb_thread_t *th, rb_proc_t *proc,
rb_vm_invoke_proc  238 vm_eval.c      		ret = rb_vm_invoke_proc(th, proc, calling->argc, argv, calling->blockptr);
rb_vm_invoke_proc 1869 vm_insnhelper.c     return rb_vm_invoke_proc(th, proc, argc, argv, calling->blockptr);