rb_vm_make_proc   385 proc.c             procval = rb_vm_make_proc(th, block, klass);
rb_vm_make_proc   432 vm.c               proc = rb_vm_make_proc(th, block, rb_cProc);
rb_vm_make_proc  1782 vm.c           	proc = rb_vm_make_proc(th, blockptr, rb_cProc);
rb_vm_make_proc   588 vm_core.h      VALUE rb_vm_make_proc(rb_thread_t *th, const rb_block_t *block, VALUE klass);
rb_vm_make_proc   190 vm_insnhelper.c 		blockval = rb_vm_make_proc(th, blockptr, rb_cProc);
rb_vm_make_proc   670 vm_insnhelper.c 	    blockarg = rb_vm_make_proc(th, blockargptr, rb_cProc);