Searched refs:ZEND_JIT_DEBUG_ASM_STUBS (Results 1 – 2 of 2) sorted by relevance
57 #define ZEND_JIT_DEBUG_ASM_STUBS (1<<3) macro
2885 …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()2887 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_setup_stubs()2890 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM_STUBS) { in zend_jit_setup_stubs()3372 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_setup()3383 if (!(debug & ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_setup()3406 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_shutdown_ir()
Completed in 50 milliseconds