Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_internal.h29 extern zend_ulong zend_jit_profile_counter;
H A Dzend_jit.c95 zend_ulong zend_jit_profile_counter = 0; variable
3717 if (((double)counter / (double)zend_jit_profile_counter) > JIT_G(prof_threshold)) { in zend_jit_check_funcs()
4455 zend_jit_profile_counter = 0; in zend_jit_activate()
4468 if (zend_jit_profile_counter) { in zend_jit_deactivate()
4487 zend_jit_profile_counter = 0; in zend_jit_deactivate()
H A Dzend_jit_vm_helpers.c198 ++zend_jit_profile_counter; in zend_jit_profile_helper()
H A Dzend_jit_x86.dasc2286 | // ++zend_jit_profile_counter;
2288 | LOAD_ADDR r0, &zend_jit_profile_counter
2291 | inc aword [&zend_jit_profile_counter]

Completed in 52 milliseconds