Home
last modified time | relevance | path

Searched refs:rb_imemo_new (Results 1 – 15 of 15) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Diseq.h145 return (rb_iseq_t *)rb_imemo_new(imemo_iseq, 0, 0, 0, 0); in iseq_imemo_alloc()
H A Dvm_insnhelper.h254 return (struct vm_throw_data *)rb_imemo_new(imemo_throw_data, val, (VALUE)cf, st, 0); in THROW_DATA_NEW()
H A Dinternal.h1130 #define IFUNC_NEW(a, b, c) ((struct vm_ifunc *)rb_imemo_new(imemo_ifunc, (VALUE)(a), (VALUE)(b), (V…
1192 #define MEMO_NEW(a, b, c) ((struct MEMO *)rb_imemo_new(imemo_memo, (VALUE)(a), (VALUE)(b), (VALUE)(…
2379 #define rb_imemo_new(type, v1, v2, v3, v0) rb_imemo_new_debug(type, v1, v2, v3, v0, __FILE__, __LIN… macro
2381 VALUE rb_imemo_new(enum imemo_type type, VALUE v1, VALUE v2, VALUE v3, VALUE v0);
H A Dnode.c1118 rb_ast_t *ast = (rb_ast_t *)rb_imemo_new(imemo_ast, 0, 0, 0, (VALUE)nb); in rb_ast_new()
H A Dvm_core.h1307 …rb_env_t *env = (rb_env_t *)rb_imemo_new(imemo_env, (VALUE)env_ep, (VALUE)env_body, 0, (VALUE)iseq… in vm_env_new()
H A Dvm_method.c373 …rb_method_entry_t *me = (rb_method_entry_t *)rb_imemo_new(imemo_ment, (VALUE)def, (VALUE)called_id… in rb_method_entry_alloc()
H A Dgc.c2005 #undef rb_imemo_new
2008 rb_imemo_new(enum imemo_type type, VALUE v1, VALUE v2, VALUE v3, VALUE v0) in rb_imemo_new() function
2024 return rb_imemo_new(imemo_tmpbuf, (VALUE)buf, 0, 0, 0); in rb_imemo_tmpbuf_auto_free_pointer()
2043 VALUE memo = rb_imemo_new(type, v1, v2, v3, v0); in rb_imemo_new_debug()
H A Dvm.c212 …cref = (rb_cref_t *)rb_imemo_new(imemo_cref, klass, (VALUE)(use_prev_prev ? CREF_NEXT(prev_cref) :… in vm_cref_new0()
H A Dvm_insnhelper.c473 return (struct vm_svar *)rb_imemo_new(imemo_svar, Qnil, Qnil, Qnil, obj); in svar_new()
H A Dparse.y5814 return (rb_strterm_t*)rb_imemo_new(imemo_parser_strterm, v1, v2, v3, v0);
H A Dparse.c12047 return (rb_strterm_t*)rb_imemo_new(imemo_parser_strterm, v1, v2, v3, v0); in new_strterm()
H A DChangeLog12973 …frame #4: 0x00000001000c0bcb miniruby`rb_imemo_new(type=imemo_ast, v1=0, v2=0, v3=0, v0=4302478608…
39106 …frame #8: 0x00000001000b45eb miniruby`rb_imemo_new(type=imemo_ast, v1=0, v2=4303040512, v3=4310983…
39220 …frame #5: 0x00000001000b464b miniruby`rb_imemo_new(type=imemo_iseq, v1=0, v2=0, v3=0, v0=0) + 75 a…
39266 …frame #4: 0x00000001000b46ab miniruby`rb_imemo_new(type=imemo_ment, v1=0, v2=3057, v3=4311488400, …
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.02960 * gc.c (rb_imemo_new): should not pass FL_WB_PROTECTED flag.
10073 Export a rb_imemo_new() function for ext/ripper.
10171 * gc.c (rb_imemo_new): added.
/dports/lang/ruby26/ruby-2.6.9/ext/ripper/
H A Dripper.y5814 return (rb_strterm_t*)rb_imemo_new(imemo_parser_strterm, v1, v2, v3, v0);
H A Dripper.c12080 return (rb_strterm_t*)rb_imemo_new(imemo_parser_strterm, v1, v2, v3, v0); in new_strterm()