Searched refs:zend_jit_profile_counter (Results 1 – 4 of 4) sorted by relevance
74 zend_ulong zend_jit_profile_counter = 0; variable3087 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()
131 extern zend_ulong zend_jit_profile_counter;
249 ++zend_jit_profile_counter; in zend_jit_profile_helper()
2254 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