Searched refs:snapshot (Results 1 – 10 of 10) 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)
|
H A D | ir.c | 2702 ir_ref snapshot; local 2705 snapshot = ir_emit_N(ctx, IR_SNAPSHOT, 1 + n); /* op1 is used for control */ 2706 ctx->ir_base[snapshot].op1 = ctx->control; 2707 ctx->control = snapshot; 2708 return snapshot; 2711 void _ir_SNAPSHOT_SET_OP(ir_ctx *ctx, ir_ref snapshot, ir_ref pos, ir_ref val) argument 2713 ir_insn *insn = &ctx->ir_base[snapshot]; 2716 IR_ASSERT(val < snapshot);
|
H A D | ir_builder.h | 692 void _ir_SNAPSHOT_SET_OP(ir_ctx *ctx, ir_ref snapshot, ir_ref pos, ir_ref val);
|
/php-src/scripts/dev/ |
H A D | makedist | 36 repository. The snapshot archive includes also generated configure script, 64 Create snapshot of the master branch: 67 Create snapshot of the PHP-7.4 branch:
|
/php-src/win32/build/ |
H A D | config.w32.phpize.in | 65 /* For snapshot builders, where can we find the additional 66 * files that make up the snapshot template? */ 67 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
|
H A D | config.w32 | 338 /* For snapshot builders, where can we find the additional 339 * files that make up the snapshot template? */ 340 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no"); 400 ARG_ENABLE('snapshot-build', 'Build a snapshot: turns on everything it can and ignores build errors…
|
/php-src/.github/scripts/windows/ |
H A D | build_task.bat | 37 --enable-snapshot-build ^
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 650 ir_ref snapshot; in jit_SNAPSHOT() local 652 snapshot = ir_SNAPSHOT(snapshot_size + n); in jit_SNAPSHOT() 659 ir_SNAPSHOT_SET_OP(snapshot, i + 1, ref); in jit_SNAPSHOT() 662 ir_SNAPSHOT_SET_OP(snapshot, snapshot_size + 1, t->exit_info[exit_point].poly_func_ref); in jit_SNAPSHOT() 663 ir_SNAPSHOT_SET_OP(snapshot, snapshot_size + 2, t->exit_info[exit_point].poly_this_ref); in jit_SNAPSHOT() 712 void *zend_jit_snapshot_handler(ir_ctx *ctx, ir_ref snapshot_ref, ir_insn *snapshot, void *addr) in zend_jit_snapshot_handler() argument 716 ir_ref n = snapshot->inputs_count; in zend_jit_snapshot_handler() 740 ir_ref ref = ir_insn_op(snapshot, i); in zend_jit_snapshot_handler()
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 2833 # Incremental snapshot gnu-tar format from: 2835 0 string GNU\ tar- GNU tar incremental snapshot data 9601 >>0x15 byte ^0x1 \b, begins from snapshot 22804 # https://java.net/downloads/heap-snapshot/hprof-binary-format.html 23888 # LVM snapshot 28299 >>>&-1 string/c _accrpt_.snp \b, Access report snapshot 35999 0 string ZXST zx-state snapshot 41006 8 string \000\000\000\002\365\272\313\254 ZFS snapshot (big-endian machine), 41036 8 string \254\313\272\365\002\000\000\000 ZFS snapshot (little-endian machine),
|
H A D | magic | 2833 # Incremental snapshot gnu-tar format from: 2835 0 string GNU\ tar- GNU tar incremental snapshot data 9601 >>0x15 byte ^0x1 \b, begins from snapshot 22804 # https://java.net/downloads/heap-snapshot/hprof-binary-format.html 23888 # LVM snapshot 28299 >>>&-1 string/c _accrpt_.snp \b, Access report snapshot 35999 0 string ZXST zx-state snapshot 41006 8 string \000\000\000\002\365\272\313\254 ZFS snapshot (big-endian machine), 41036 8 string \254\313\272\365\002\000\000\000 ZFS snapshot (little-endian machine),
|
Completed in 194 milliseconds