Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h54 #define ZEND_JIT_DEBUG_ASM (1<<0) macro
H A Dzend_jit.c1048 …if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_GDB|ZEND_JIT_DEBUG_PERF|ZEND_JIT_DEBUG_VTUNE… in dasm_link_and_encode()
1055 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) { in dasm_link_and_encode()
1066 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM_STUBS|ZEND_JIT_DEBUG_ASM)) { in dasm_link_and_encode()
1068 if ((JIT_G(debug) & (trace_num ? ZEND_JIT_DEBUG_ASM : ZEND_JIT_DEBUG_ASM_STUBS)) != 0) { in dasm_link_and_encode()
4869 if (new_val & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_debug_config()
5011 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_startup()
5225 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_restart()
H A Dzend_jit_trace.c106 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) { in zend_jit_trace_allocate_exit_group()
H A Dzend_jit_arm64.dasc15580 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) {

Completed in 77 milliseconds