Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.c96 static const void *zend_jit_loop_hot_counter_handler = NULL; variable
3152 (const void*)zend_jit_loop_hot_counter_handler; in zend_jit_setup_hot_counters_ex()
3185 ZEND_ASSERT(!JIT_G(hot_loop) || zend_jit_loop_hot_counter_handler != NULL); in zend_jit_setup_hot_counters()
3472 zend_jit_loop_hot_counter_handler = zend_jit_stub_handlers[jit_stub_hybrid_loop_hot_counter]; in zend_jit_init_handlers()
3480 zend_jit_loop_hot_counter_handler = (const void*)zend_jit_loop_counter_helper; in zend_jit_init_handlers()

Completed in 11 milliseconds