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.c715 int8_t *reg_ops = ctx->regs[snapshot_ref]; in zend_jit_snapshot_handler() local
717 ZEND_ASSERT(reg_ops[n - 1] != -1 && reg_ops[n] != -1); in zend_jit_snapshot_handler()
719 && (t->exit_info[exit_point].poly_func_reg != reg_ops[n - 1] in zend_jit_snapshot_handler()
720 || t->exit_info[exit_point].poly_this_reg != reg_ops[n])) { in zend_jit_snapshot_handler()
725 t->exit_info[exit_point].poly_func_reg = reg_ops[n - 1]; in zend_jit_snapshot_handler()
726 t->exit_info[exit_point].poly_this_reg = reg_ops[n]; in zend_jit_snapshot_handler()
734 int8_t *reg_ops = ctx->regs[snapshot_ref]; in zend_jit_snapshot_handler() local
735 int8_t reg = reg_ops[i]; in zend_jit_snapshot_handler()

Completed in 44 milliseconds