Home
last modified time | relevance | path

Searched refs:ISEQ_TYPE_METHOD (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dmjit.h88 return (body->type == ISEQ_TYPE_METHOD || body->type == ISEQ_TYPE_BLOCK) in mjit_target_iseq_p()
H A Diseq.c424 else if (type == ISEQ_TYPE_METHOD || type == ISEQ_TYPE_CLASS) { in set_relation()
785 if (typeid == id_method) return ISEQ_TYPE_METHOD; in iseq_type_from_sym()
984 if (body->type == ISEQ_TYPE_METHOD) { in rb_iseq_method_name()
2518 case ISEQ_TYPE_METHOD: type = sym_method; break; in iseq_data_to_ary()
H A Dvm_dump.c232 if (cfp->iseq->body->type == ISEQ_TYPE_METHOD) { in vm_base_ptr()
H A Dcompile.c676 case ISEQ_TYPE_METHOD: in rb_iseq_compile_node()
5844 type = ISEQ_TYPE_METHOD; in compile_return()
5851 if (type == ISEQ_TYPE_METHOD) { in compile_return()
5859 if (type == ISEQ_TYPE_METHOD) { in compile_return()
7139 ISEQ_TYPE_METHOD, line); in iseq_compile_each0()
7157 ISEQ_TYPE_METHOD, line); in iseq_compile_each0()
8401 INT2FIX(acc.line), 0, ISEQ_TYPE_METHOD, 0); in method_for_self()
H A Dvm_core.h338 ISEQ_TYPE_METHOD, enumerator
H A Dvm_insnhelper.c1218 if (escape_cfp->ep == target_lep && escape_cfp->iseq->body->type == ISEQ_TYPE_METHOD) { in vm_throw_start()
1563 if (cfp->iseq->body->type == ISEQ_TYPE_METHOD) { in vm_base_ptr()