Home
last modified time | relevance | path

Searched refs:VM_CALL_VCALL (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_insnhelper.c1974 if (ci->flag & VM_CALL_VCALL) stat |= MISSING_VCALL; in ci_missing_reason()
2019 ci->flag & (VM_CALL_FCALL|VM_CALL_VCALL)); in vm_call_opt_send()
2379 if (ci->flag & VM_CALL_VCALL) stat |= MISSING_VCALL; in vm_call_method()
H A Dvm_core.h1075 #define VM_CALL_VCALL (0x01 << VM_CALL_VCALL_bit) macro
H A Dcompile.c6636 flag |= VM_CALL_VCALL; in iseq_compile_each0()