rb_imemo_new     1964 gc.c               VALUE memo = rb_imemo_new(type, v1, v2, v3, v0);
rb_imemo_new      747 internal.h     #define IFUNC_NEW(a, b, c) ((struct vm_ifunc *)rb_imemo_new(imemo_ifunc, (VALUE)(a), (VALUE)(b), (VALUE)(c), 0))
rb_imemo_new      769 internal.h     #define MEMO_NEW(a, b, c) ((struct MEMO *)rb_imemo_new(imemo_memo, (VALUE)(a), (VALUE)(b), (VALUE)(c), 0))
rb_imemo_new     1616 internal.h     VALUE rb_imemo_new(enum imemo_type type, VALUE v1, VALUE v2, VALUE v3, VALUE v0);
rb_imemo_new       82 iseq.h             return (rb_iseq_t *)rb_imemo_new(imemo_iseq, 0, 0, 0, 0);
rb_imemo_new      117 vm.c               cref = (rb_cref_t *)rb_imemo_new(imemo_cref, klass, (VALUE)(use_prev_prev ? CREF_NEXT(prev_cref) : prev_cref), scope_visi.value, refinements);
rb_imemo_new      310 vm_insnhelper.c     return (struct vm_svar *)rb_imemo_new(imemo_svar, Qnil, Qnil, Qnil, obj);
rb_imemo_new      194 vm_insnhelper.h     return (struct vm_throw_data *)rb_imemo_new(imemo_throw_data, val, (VALUE)cf, st, 0);
rb_imemo_new      374 vm_method.c        rb_method_entry_t *me = (rb_method_entry_t *)rb_imemo_new(imemo_ment, (VALUE)def, (VALUE)called_id, owner, defined_class);