Searched refs:snapshot_ref (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/opcache/jit/ir/ |
H A D | ir_php.h | 15 void *zend_jit_snapshot_handler(ir_ctx *ctx, ir_ref snapshot_ref, ir_insn *snapshot, void *addr)
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 686 …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