rb_obj_info 89 gc.h const char *rb_obj_info(VALUE obj); rb_obj_info 94 vm_insnhelper.c rb_bug("vm_push_frame: (%s) should be method entry on %x frame", rb_obj_info(cref_or_me), magic); rb_obj_info 99 vm_insnhelper.c rb_bug("vm_push_frame: (%s) should be CREF on %x frame", rb_obj_info(cref_or_me), magic); rb_obj_info 107 vm_insnhelper.c rb_bug("vm_push_frame: (%s) should be false or cref on %x frame", rb_obj_info(cref_or_me), magic); rb_obj_info 117 vm_insnhelper.c rb_bug("vm_push_frame: ment (%s) should be callable on %x frame.", rb_obj_info(cref_or_me), magic); rb_obj_info 272 vm_insnhelper.c rb_bug("lep_svar_place: unknown type: %s", rb_obj_info(svar)); rb_obj_info 384 vm_insnhelper.c if (!RB_TYPE_P(obj, T_IMEMO)) rb_bug("check_method_entry: unknown type: %s", rb_obj_info(obj)); rb_obj_info 438 vm_insnhelper.c if (!RB_TYPE_P(obj, T_IMEMO)) rb_bug("check_cref: unknown type: %s", rb_obj_info(obj)); rb_obj_info 389 vm_method.c rb_bug("filter_defined_class: %s", rb_obj_info(klass));