Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.c74 zend_ulong zend_jit_profile_counter = 0; variable
3087 if (((double)counter / (double)zend_jit_profile_counter) > JIT_G(prof_threshold)) { in zend_jit_check_funcs()
3784 zend_jit_profile_counter = 0; in zend_jit_activate()
3797 if (zend_jit_profile_counter && !CG(unclean_shutdown)) { in zend_jit_deactivate()
3817 zend_jit_profile_counter = 0; in zend_jit_deactivate()
H A Dzend_jit_internal.h131 extern zend_ulong zend_jit_profile_counter;
H A Dzend_jit_vm_helpers.c249 ++zend_jit_profile_counter; in zend_jit_profile_helper()
H A Dzend_jit_ir.c2254 addr = ir_CONST_ADDR(&zend_jit_profile_counter), in zend_jit_hybrid_profile_jit_stub()
2982 REGISTER_DATA(zend_jit_profile_counter); in zend_jit_setup_disasm()

Completed in 172 milliseconds