Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h54 #define ZEND_JIT_DEBUG_ASM (1<<0) macro
H A Dzend_jit.c1013 …if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_GDB|ZEND_JIT_DEBUG_OPROFILE|ZEND_JIT_DEBUG_P… in dasm_link_and_encode()
1020 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) { in dasm_link_and_encode()
1031 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM_STUBS|ZEND_JIT_DEBUG_ASM)) { in dasm_link_and_encode()
1033 if ((JIT_G(debug) & (trace_num ? ZEND_JIT_DEBUG_ASM : ZEND_JIT_DEBUG_ASM_STUBS)) != 0) { in dasm_link_and_encode()
4870 if (new_val & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_debug_config()
5006 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_startup()
5226 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_restart()
H A Dzend_jit_trace.c104 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) { in zend_jit_trace_allocate_exit_group()
H A Dzend_jit_arm64.dasc15602 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) {

Completed in 62 milliseconds