Searched refs:max_root_traces (Results 1 – 3 of 3) sorted by relevance
115 zend_long max_root_traces; /* max number of root traces */ member
52 …es = (zend_jit_trace_info*)zend_shared_alloc(sizeof(zend_jit_trace_info) * JIT_G(max_root_traces)); in zend_jit_trace_startup()7489 } else if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_compile_root_trace()8133 if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_trace_hot_root()8306 } else if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_compile_side_trace()8486 if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_trace_hot_side()8802 } else if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_trace_exit()
336 … , "1024", PHP_INI_SYSTEM, OnUpdateLong, max_root_traces, zend_j…861 add_assoc_long(&directives, "opcache.jit_max_root_traces", JIT_G(max_root_traces));
Completed in 40 milliseconds