Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h119 zend_long max_exit_counters; /* max total number of side exits for all traces */ member
H A Dzend_jit_trace.c81 JIT_G(exit_counters) = calloc(JIT_G(max_exit_counters), 1); in zend_jit_trace_startup()
7310 if (ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_trace()
7592 ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_compile_root_trace()
8416 ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_compile_side_trace()
8981 memset(JIT_G(exit_counters), 0, JIT_G(max_exit_counters)); in zend_jit_trace_init_caches()
8990 JIT_G(exit_counters) = calloc(JIT_G(max_exit_counters), 1); in zend_jit_trace_reset_caches()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c338 … , "8192", PHP_INI_SYSTEM, OnUpdateLong, max_exit_counters, zend_ji…
856 add_assoc_long(&directives, "opcache.jit_max_exit_counters", JIT_G(max_exit_counters));

Completed in 28 milliseconds