Searched refs:gen_handler (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/ |
H A D | zend_vm_gen.php | 986 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe… function 1691 …gen_handler($f, 1, $kind, $opcodes[$num]["op"], $op1, $op2, isset($opcodes[$num]["use"]), $opcodes… 1720 …gen_handler($f, 0, $kind, $opcodes[$num]["op"], "ANY", "ANY", isset($opcodes[$num]["use"]), $opcod…
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 4394 bool gen_handler = false; in zend_jit_trace() local 6472 gen_handler = 1; in zend_jit_trace() 6573 (gen_handler || type == IS_UNKNOWN || !ra || !RA_HAS_REG(ssa_op->result_def))); in zend_jit_trace() 6578 if (!gen_handler && type != IS_UNKNOWN && ra && RA_HAS_REG(ssa_op->result_def)) { in zend_jit_trace() 6678 (gen_handler || type == IS_UNKNOWN || !ra || in zend_jit_trace() 6732 (gen_handler || type == IS_UNKNOWN || !ra || in zend_jit_trace() 6788 (gen_handler || type == IS_UNKNOWN || !ra || !RA_HAS_REG(ssa_op->op1_def))); in zend_jit_trace() 6819 (gen_handler || !ra || !RA_HAS_REG(ssa_op->result_def))); in zend_jit_trace() 6841 (gen_handler || !ra || !RA_HAS_REG(ssa_op->op1_def))); in zend_jit_trace()
|
Completed in 31 milliseconds