rb_method_definition_t 4051 gc.c               const rb_method_definition_t *def = me->def;
rb_method_definition_t  182 method.h       rb_method_entry_t *rb_method_entry_create(ID called_id, VALUE klass, rb_method_visibility_t visi, const rb_method_definition_t *def);
rb_method_definition_t 1258 proc.c             rb_method_definition_t *def;
rb_method_definition_t 1263 proc.c             def = ZALLOC(rb_method_definition_t);
rb_method_definition_t 2167 proc.c             const rb_method_definition_t *def = me->def;
rb_method_definition_t 2281 proc.c         	const rb_method_definition_t *def = me->def;
rb_method_definition_t 2312 proc.c         static inline const rb_method_definition_t *
rb_method_definition_t 2322 proc.c         method_def_iseq(const rb_method_definition_t *def)
rb_method_definition_t 2354 proc.c             const rb_method_definition_t *def = method_def(method);
rb_method_definition_t 2369 proc.c         method_def_location(const rb_method_definition_t *def)
rb_method_definition_t 1314 vm_insnhelper.c static rb_method_definition_t *method_definition_create(rb_method_type_t type, ID mid);
rb_method_definition_t 1315 vm_insnhelper.c static void method_definition_set(const rb_method_entry_t *me, rb_method_definition_t *def, void *opts);
rb_method_definition_t 1316 vm_insnhelper.c static int rb_method_definition_eq(const rb_method_definition_t *d1, const rb_method_definition_t *d2);
rb_method_definition_t 1319 vm_insnhelper.c def_iseq_ptr(rb_method_definition_t *def)
rb_method_definition_t  151 vm_method.c    rb_method_definition_release(rb_method_definition_t *def, int complemented)
rb_method_definition_t  180 vm_method.c    static int rb_method_definition_eq(const rb_method_definition_t *d1, const rb_method_definition_t *d2);
rb_method_definition_t  232 vm_method.c    method_definition_set(const rb_method_entry_t *me, rb_method_definition_t *def, void *opts)
rb_method_definition_t  234 vm_method.c        *(rb_method_definition_t **)&me->def = def;
rb_method_definition_t  314 vm_method.c        rb_method_definition_t *def = me->def;
rb_method_definition_t  345 vm_method.c    static rb_method_definition_t *
rb_method_definition_t  348 vm_method.c        rb_method_definition_t *def;
rb_method_definition_t  349 vm_method.c        def = ZALLOC(rb_method_definition_t);
rb_method_definition_t  355 vm_method.c    static rb_method_definition_t *
rb_method_definition_t  356 vm_method.c    method_definition_addref(rb_method_definition_t *def)
rb_method_definition_t  363 vm_method.c    static rb_method_definition_t *
rb_method_definition_t  364 vm_method.c    method_definition_addref_complement(rb_method_definition_t *def)
rb_method_definition_t  372 vm_method.c    rb_method_entry_alloc(ID called_id, VALUE owner, VALUE defined_class, const rb_method_definition_t *def)
rb_method_definition_t  393 vm_method.c    rb_method_entry_create(ID called_id, VALUE klass, rb_method_visibility_t visi, const rb_method_definition_t *def)
rb_method_definition_t  426 vm_method.c        *(rb_method_definition_t **)&dst->def = method_definition_addref(src->def);
rb_method_definition_t  494 vm_method.c    		     rb_method_type_t type, rb_method_definition_t *def, ID original_id, void *opts)
rb_method_definition_t  535 vm_method.c    	rb_method_definition_t *old_def = old_me->def;
rb_method_definition_t 1415 vm_method.c    static const rb_method_definition_t *
rb_method_definition_t 1416 vm_method.c    original_method_definition(const rb_method_definition_t *def)
rb_method_definition_t 1438 vm_method.c    rb_method_definition_eq(const rb_method_definition_t *d1, const rb_method_definition_t *d2)
rb_method_definition_t 1475 vm_method.c    rb_hash_method_definition(st_index_t hash, const rb_method_definition_t *def)