rb_vm_make_proc   574 vm.c           	*procptr = block->proc = rb_vm_make_proc(th, block, rb_cProc);
rb_vm_make_proc   476 vm_args.c      	    blockval = rb_vm_make_proc(th, blockptr, rb_cProc);
rb_vm_make_proc  1016 vm_core.h      VALUE rb_vm_make_proc(rb_thread_t *th, const rb_block_t *block, VALUE klass);
rb_vm_make_proc  2321 vm_insnhelper.c 	    blockarg = rb_vm_make_proc(th, blockargptr, rb_cProc);
rb_vm_make_proc  2490 vm_insnhelper.c     return rb_vm_make_proc(th, blockptr, rb_cProc);