Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_php.h15 void *zend_jit_snapshot_handler(ir_ctx *ctx, ir_ref snapshot_ref, ir_insn *snapshot, void *addr)
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c686 …duplicate_exit_point(ir_ctx *ctx, zend_jit_trace_info *t, uint32_t exit_point, ir_ref snapshot_ref) in zend_jit_duplicate_exit_point() argument
712 void *zend_jit_snapshot_handler(ir_ctx *ctx, ir_ref snapshot_ref, ir_insn *snapshot, void *addr) in zend_jit_snapshot_handler() argument
724 int8_t *reg_ops = ctx->regs[snapshot_ref]; in zend_jit_snapshot_handler()
730 exit_point = zend_jit_duplicate_exit_point(ctx, t, exit_point, snapshot_ref); in zend_jit_snapshot_handler()
743 int8_t *reg_ops = ctx->regs[snapshot_ref]; in zend_jit_snapshot_handler()
752 exit_point = zend_jit_duplicate_exit_point(ctx, t, exit_point, snapshot_ref); in zend_jit_snapshot_handler()
770 exit_point = zend_jit_duplicate_exit_point(ctx, t, exit_point, snapshot_ref); in zend_jit_snapshot_handler()
782 exit_point = zend_jit_duplicate_exit_point(ctx, t, exit_point, snapshot_ref); in zend_jit_snapshot_handler()
791 exit_point = zend_jit_duplicate_exit_point(ctx, t, exit_point, snapshot_ref); in zend_jit_snapshot_handler()
801 exit_point = zend_jit_duplicate_exit_point(ctx, t, exit_point, snapshot_ref); in zend_jit_snapshot_handler()

Completed in 41 milliseconds