Searched refs:ZEND_JIT_DEBUG_ASM (Results 1 – 2 of 2) sorted by relevance
54 #define ZEND_JIT_DEBUG_ASM (1<<0) macro
406 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) { in zend_jit_set_veneer()2882 …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()2884 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_setup_stubs()3369 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_setup()3403 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_shutdown_ir()16540 …if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_GDB|ZEND_JIT_DEBUG_PERF|ZEND_JIT_DEBUG_PERF_…16566 …if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_GDB|ZEND_JIT_DEBUG_PERF|ZEND_JIT_DEBUG_PERF_…16568 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) {16672 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) {
Completed in 50 milliseconds