Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h85 #define ZEND_JIT_DEBUG_IR_CODEGEN (1U<<31) macro
H A Dzend_jit_ir.c2802 if (JIT_G(debug) & (ZEND_JIT_DEBUG_IR_FINAL|ZEND_JIT_DEBUG_IR_CODEGEN)) { in zend_jit_ir_compile()
2803 if (JIT_G(debug) & ZEND_JIT_DEBUG_IR_CODEGEN) { in zend_jit_ir_compile()
3318 ZEND_JIT_DEBUG_IR_CODEGEN| in zend_jit_setup()
15806 …R_AFTER_SCHEDULE|ZEND_JIT_DEBUG_IR_AFTER_REGS|ZEND_JIT_DEBUG_IR_FINAL|ZEND_JIT_DEBUG_IR_CODEGEN)) {

Completed in 48 milliseconds