rb_method_boundp  396 include/ruby/intern.h int rb_method_boundp(VALUE, ID, int);
rb_method_boundp  374 vm_eval.c      	switch (rb_method_boundp(args->defined_class, args->mid,
rb_method_boundp 2577 vm_insnhelper.c 	if (rb_method_boundp(klass, SYM2ID(obj), 0)) {
rb_method_boundp 2621 vm_insnhelper.c 		if (rb_method_boundp(klass, id, 0)) {
rb_method_boundp 1287 vm_method.c        if (!id || !rb_method_boundp(mod, id, 1)) {
rb_method_boundp 1899 vm_method.c        switch (rb_method_boundp(klass, id, pub|BOUND_RESPONDS)) {