Searched refs:max_polymorphic_calls (Results 1 – 4 of 4) sorted by relevance
118 zend_long max_polymorphic_calls; /* max number of inlined polymorphic calls */ member
1037 if (JIT_G(max_polymorphic_calls) == 0
7978 if (JIT_G(max_polymorphic_calls) > 0) { in zend_jit_trace_hot_side()7982 if (zend_jit_traces[parent_num].polymorphism >= JIT_G(max_polymorphic_calls) - 1) { in zend_jit_trace_hot_side()
317 …, "2", PHP_INI_ALL, OnUpdateLong, max_polymorphic_calls, zend_jit_…802 add_assoc_long(&directives, "opcache.jit_max_polymorphic_calls", JIT_G(max_polymorphic_calls));
Completed in 34 milliseconds