Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.h47 #define ZEND_JIT_DEBUG_ASM_STUBS (1<<3) macro
H A Dzend_jit.c456 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM_STUBS|ZEND_JIT_DEBUG_ASM)) { in dasm_link_and_encode()
458 if ((JIT_G(debug) & (trace_num ? ZEND_JIT_DEBUG_ASM : ZEND_JIT_DEBUG_ASM_STUBS)) != 0) { in dasm_link_and_encode()
4230 if (new_val & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_debug_config()
4366 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_startup()
4569 if (JIT_G(debug) & (ZEND_JIT_DEBUG_ASM|ZEND_JIT_DEBUG_ASM_STUBS)) { in zend_jit_restart()

Completed in 14 milliseconds