Searched refs:max_polymorphic_calls (Results 1 – 4 of 4) sorted by relevance
127 zend_long max_polymorphic_calls; /* max number of inlined polymorphic calls */ member
1138 } else if (JIT_G(max_polymorphic_calls) == 0
8497 if (JIT_G(max_polymorphic_calls) > 0) { in zend_jit_trace_hot_side()8501 if (zend_jit_traces[parent_num].polymorphism >= JIT_G(max_polymorphic_calls) - 1) { in zend_jit_trace_hot_side()
348 …, "2", PHP_INI_ALL, OnUpdateLong, max_polymorphic_calls, zend_jit_…858 add_assoc_long(&directives, "opcache.jit_max_polymorphic_calls", JIT_G(max_polymorphic_calls));
Completed in 29 milliseconds