LIKELY 102 vm_insnhelper.c if (LIKELY(iseq->arg_simple & 0x01)) { \
LIKELY 440 vm_insnhelper.c if (LIKELY(!(flag & VM_CALL_TAILCALL_BIT))) {
LIKELY 1157 vm_insnhelper.c if (LIKELY(klass == ic->ic_class) &&
LIKELY 1158 vm_insnhelper.c LIKELY(GET_VM_STATE_VERSION() == ic->ic_vmstat)) {
LIKELY 187 vm_insnhelper.h #define BASIC_OP_UNREDEFINED_P(op) (LIKELY(ruby_vm_redefined_flag[op] == 0))