Home
last modified time | relevance | path

Searched refs:max_root_traces (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit.h115 zend_long max_root_traces; /* max number of root traces */ member
H A Dzend_jit_trace.c52 …es = (zend_jit_trace_info*)zend_shared_alloc(sizeof(zend_jit_trace_info) * JIT_G(max_root_traces)); in zend_jit_trace_startup()
7354 } else if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_compile_root_trace()
7980 if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_trace_hot_root()
8153 } else if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_compile_side_trace()
8331 if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_trace_hot_side()
8617 } else if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_trace_exit()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c335 … , "1024", PHP_INI_SYSTEM, OnUpdateLong, max_root_traces, zend_j…
860 add_assoc_long(&directives, "opcache.jit_max_root_traces", JIT_G(max_root_traces));

Completed in 41 milliseconds