Searched refs:max_exit_counters (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit.h | 97 zend_long max_exit_counters; /* max total number of side exits for all traces */ member
|
H A D | zend_jit_trace.c | 82 JIT_G(exit_counters) = calloc(JIT_G(max_exit_counters), 1); in zend_jit_trace_startup() 6557 if (ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_trace() 6786 ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_compile_root_trace() 7419 ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_compile_side_trace() 7877 memset(JIT_G(exit_counters), 0, JIT_G(max_exit_counters)); in zend_jit_trace_init_caches() 7886 JIT_G(exit_counters) = calloc(JIT_G(max_exit_counters), 1); in zend_jit_trace_reset_caches()
|
/PHP-8.0/ext/opcache/ |
H A D | zend_accelerator_module.c | 297 … , "8192", PHP_INI_SYSTEM, OnUpdateLong, max_exit_counters, zend_ji… 787 add_assoc_long(&directives, "opcache.jit_max_exit_counters", JIT_G(max_exit_counters));
|
Completed in 21 milliseconds