Searched refs:zend_jit_defined (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 2223 if (!zend_jit_defined(&ctx, opline, smart_branch_opcode, target_label, target_label2, NULL)) { in zend_jit()
|
H A D | zend_jit_trace.c | 5523 if (!zend_jit_defined(&ctx, opline, smart_branch_opcode, -1, -1, exit_addr)) { in zend_jit_trace()
|
H A D | zend_jit_ir.c | 7757 static int zend_jit_defined(zend_jit_ctx *jit, const zend_op *opline, uint8_t smart_branch_opcode, … in zend_jit_defined() function
|
Completed in 72 milliseconds