Home
last modified time | relevance | path

Searched refs:ZEND_JIT_EXIT_POLYMORPHISM (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h317 #define ZEND_JIT_EXIT_POLYMORPHISM (1<<4) /* exit because of polymorphic call */ macro
H A Dzend_jit_vm_helpers.c532 } else if (is_megamorphic == ZEND_JIT_EXIT_POLYMORPHISM in zend_jit_trace_record_fake_init_call_ex()
H A Dzend_jit_trace.c8017 …if (t->exit_info[i].flags & (ZEND_JIT_EXIT_POLYMORPHISM|ZEND_JIT_EXIT_METHOD_CALL|ZEND_JIT_EXIT_CL… in zend_jit_dump_exit_info()
8499 || ((zend_jit_traces[parent_num].exit_info[exit_num].flags & ZEND_JIT_EXIT_POLYMORPHISM) in zend_jit_trace_hot_side()
8503 (ZEND_JIT_EXIT_METHOD_CALL | ZEND_JIT_EXIT_CLOSURE_CALL | ZEND_JIT_EXIT_POLYMORPHISM); in zend_jit_trace_hot_side()
H A Dzend_jit_ir.c8639 exit_point = zend_jit_trace_get_exit_point(to_opline, ZEND_JIT_EXIT_POLYMORPHISM);

Completed in 102 milliseconds