Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c26 #define ZEND_JIT_EXIT_COUNTERS zend_jit_traces[0].exit_counters macro
63 ZEND_JIT_EXIT_COUNTERS = 0; in zend_jit_trace_startup()
6994 if (ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_trace()
7223 t->exit_counters = ZEND_JIT_EXIT_COUNTERS; in zend_jit_compile_root_trace()
7224 ZEND_JIT_EXIT_COUNTERS += t->exit_count; in zend_jit_compile_root_trace()
7233 ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_compile_root_trace()
7894 t->exit_counters = ZEND_JIT_EXIT_COUNTERS; in zend_jit_compile_side_trace()
7895 ZEND_JIT_EXIT_COUNTERS += t->exit_count; in zend_jit_compile_side_trace()
7903 ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_compile_side_trace()
8436 ZEND_JIT_EXIT_COUNTERS = 0; in zend_jit_trace_restart()

Completed in 35 milliseconds