Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h54 #define ZEND_JIT_DEBUG_ASM (1<<0) macro
H A Dzend_jit_ir.c397 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) { in zend_jit_set_veneer()
2858 …if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS|ZEND_JIT_DEBUG_GDB|ZEND_JIT_DEBUG_… in zend_jit_setup_stubs()
2860 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_setup_stubs()
3305 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_setup()
3339 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_shutdown_ir()
15804 …if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_GDB|ZEND_JIT_DEBUG_PERF|ZEND_JIT_DEBUG_PERF_…
15830 …if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_GDB|ZEND_JIT_DEBUG_PERF|ZEND_JIT_DEBUG_PERF_…
15832 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) {
15936 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) {

Completed in 55 milliseconds