Searched refs:rb_cISeq (Results 1 – 7 of 7) sorted by relevance
/dports/lang/ruby26/ruby-2.6.9/ext/-test-/iseq_load/ |
H A D | iseq_load.c | 18 VALUE rb_cISeq = rb_path2class("RubyVM::InstructionSequence"); in Init_iseq_load() local 20 rb_define_singleton_method(rb_cISeq, "iseq_load", iseq_load, -1); in Init_iseq_load()
|
/dports/lang/ruby26/ruby-2.6.9/ |
H A D | iseq.c | 31 VALUE rb_cISeq; variable 702 if (rb_respond_to(rb_cISeq, rb_intern("translate"))) { in iseq_translate() 705 if (v1 != v2 && CLASS_OF(v2) == rb_cISeq) { in iseq_translate() 1801 if (CLASS_OF(op) == rb_cISeq) { in rb_insn_operand_intern() 3397 rb_undef_alloc_func(rb_cISeq); in Init_ISeq() 3401 rb_define_method(rb_cISeq, "to_a", iseqw_to_a, 0); in Init_ISeq() 3402 rb_define_method(rb_cISeq, "eval", iseqw_eval, 0); in Init_ISeq() 3410 rb_define_method(rb_cISeq, "path", iseqw_path, 0); in Init_ISeq() 3412 rb_define_method(rb_cISeq, "label", iseqw_label, 0); in Init_ISeq() 3435 rb_undef_method(CLASS_OF(rb_cISeq), "translate"); in Init_ISeq() [all …]
|
H A D | vm_trace.c | 1223 VALUE iseqv = rb_funcall(rb_cISeq, rb_intern("of"), 1, target); in iseq_of()
|
H A D | vm_core.h | 1012 RUBY_EXTERN VALUE rb_cISeq; variable
|
H A D | ruby.c | 1741 rb_funcallv(rb_cISeq, rb_intern_const("compile_option="), 1, &option); in process_options()
|
H A D | compile.c | 7904 else if (CLASS_OF(op) == rb_cISeq) { in iseq_build_load_iseq()
|
/dports/lang/ruby26/ruby-2.6.9/doc/ |
H A D | ChangeLog-1.9.3 | 46027 * include/ruby/ruby.h: rb_cRubyVM, rb_cEnv, rb_cISeq should not be 66737 * ruby.h: add declarations of rb_cISeq and rb_cVM. 67043 renamed: cYarvISeq -> rb_cISeq,
|