Searched refs:max_exit_counters (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit.h | 119 zend_long max_exit_counters; /* max total number of side exits for all traces */ member
|
H A D | zend_jit_trace.c | 81 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 D | zend_accelerator_module.c | 338 … , "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 26 milliseconds