search_method     256 vm_method.c        if ((fbody = search_method(klass, id, 0)) == 0 || !fbody->nd_body) {
search_method     396 vm_method.c        fbody = search_method(klass, name, &origin);
search_method     398 vm_method.c    	fbody = search_method(rb_cObject, name, &origin);
search_method     488 vm_method.c        body = search_method(klass, id, &origin);
search_method     739 vm_method.c        orig_fbody = search_method(klass, def, 0);
search_method     742 vm_method.c    	    orig_fbody = search_method(rb_cObject, def, 0);
search_method    1031 vm_method.c    	    fbody = search_method(m, id, &m);
search_method    1033 vm_method.c    		fbody = search_method(rb_cObject, id, &m);