Searched refs:ZEND_JIT_EXIT_POLYMORPHISM (Results 1 – 4 of 4) sorted by relevance
317 #define ZEND_JIT_EXIT_POLYMORPHISM (1<<4) /* exit because of polymorphic call */ macro
532 } else if (is_megamorphic == ZEND_JIT_EXIT_POLYMORPHISM in zend_jit_trace_record_fake_init_call_ex()
8017 …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()
8639 exit_point = zend_jit_trace_get_exit_point(to_opline, ZEND_JIT_EXIT_POLYMORPHISM);
Completed in 114 milliseconds