Searched refs:ZEND_FUNC_JIT_ON_PROF_REQUEST (Results 1 – 3 of 3) sorted by relevance
39 #define ZEND_FUNC_JIT_ON_PROF_REQUEST (1<<14) /* used by JIT */ macro
4170 | ZEND_FUNC_JIT_ON_PROF_REQUEST in zend_jit_cleanup_func_info()4502 jit_extension->func_info.flags = ZEND_FUNC_JIT_ON_PROF_REQUEST; in zend_jit_op_array()5149 } else if (func_info->flags & (ZEND_FUNC_JIT_ON_FIRST_EXEC|ZEND_FUNC_JIT_ON_PROF_REQUEST)) { in zend_jit_restart_preloaded_op_array()
561 | ZEND_FUNC_JIT_ON_PROF_REQUEST in zend_jit_trace_build_ssa()7064 | ZEND_FUNC_JIT_ON_PROF_REQUEST in zend_jit_trace()
Completed in 35 milliseconds