Home
last modified time | relevance | path

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 Diseq_load.c18 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 Diseq.c31 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 Dvm_trace.c1223 VALUE iseqv = rb_funcall(rb_cISeq, rb_intern("of"), 1, target); in iseq_of()
H A Dvm_core.h1012 RUBY_EXTERN VALUE rb_cISeq; variable
H A Druby.c1741 rb_funcallv(rb_cISeq, rb_intern_const("compile_option="), 1, &option); in process_options()
H A Dcompile.c7904 else if (CLASS_OF(op) == rb_cISeq) { in iseq_build_load_iseq()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.346027 * 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,