Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c724 int8_t *reg_ops = ctx->regs[snapshot_ref]; in zend_jit_snapshot_handler() local
726 ZEND_ASSERT(reg_ops[n - 1] != -1 && reg_ops[n] != -1); in zend_jit_snapshot_handler()
728 && (t->exit_info[exit_point].poly_func_reg != reg_ops[n - 1] in zend_jit_snapshot_handler()
729 || t->exit_info[exit_point].poly_this_reg != reg_ops[n])) { in zend_jit_snapshot_handler()
734 t->exit_info[exit_point].poly_func_reg = reg_ops[n - 1]; in zend_jit_snapshot_handler()
735 t->exit_info[exit_point].poly_this_reg = reg_ops[n]; in zend_jit_snapshot_handler()
743 int8_t *reg_ops = ctx->regs[snapshot_ref]; in zend_jit_snapshot_handler() local
744 int8_t reg = reg_ops[i]; in zend_jit_snapshot_handler()

Completed in 48 milliseconds