vm_call_super_method 1307 vm_insnhelper.c static VALUE vm_call_super_method(rb_thread_t *th, rb_control_frame_t *reg_cfp, struct rb_calling_info *calling, const struct rb_call_info *ci, struct rb_call_cache *cc);
vm_call_super_method 2091 vm_insnhelper.c 	      if (cc->call == vm_call_super_method) {
vm_call_super_method 2202 vm_insnhelper.c     if (cc->call != vm_call_super_method) rb_bug("bug");
vm_call_super_method 2274 vm_insnhelper.c 	CI_SET_FASTPATH(cc, vm_call_super_method, 1);