rb_num_t         1674 vm.c           		 rb_num_t is_singleton, NODE *cref)
rb_num_t           18 vm_exec.h      typedef rb_num_t GENTRY;
rb_num_t          605 vm_insnhelper.c 		 rb_num_t * const flag, rb_num_t * const num,
rb_num_t          859 vm_insnhelper.c vm_invoke_block(rb_thread_t *th, rb_control_frame_t *reg_cfp, rb_num_t num, rb_num_t flag)
rb_num_t          962 vm_insnhelper.c vm_getspecial(rb_thread_t *th, VALUE *lfp, VALUE key, rb_num_t type)
rb_num_t         1245 vm_insnhelper.c 	 rb_num_t throw_state, VALUE throwobj)
rb_num_t         1247 vm_insnhelper.c     rb_num_t state = throw_state & 0xff;
rb_num_t         1248 vm_insnhelper.c     rb_num_t flag = throw_state & 0x8000;
rb_num_t         1249 vm_insnhelper.c     rb_num_t level = throw_state >> 16;