Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c114 static const void *zend_jit_loop_hot_counter_handler = NULL; variable
3774 (const void*)zend_jit_loop_hot_counter_handler; in zend_jit_setup_hot_counters_ex()
3807 ZEND_ASSERT(zend_jit_loop_hot_counter_handler != NULL); in zend_jit_setup_hot_counters()
4088 zend_jit_loop_hot_counter_handler = dasm_labels[zend_lbhybrid_loop_hot_counter]; in zend_jit_init_handlers()
4096 zend_jit_loop_hot_counter_handler = (const void*)zend_jit_loop_counter_helper; in zend_jit_init_handlers()

Completed in 13 milliseconds