Home
last modified time | relevance | path

Searched defs:checkpoint (Results 1 – 19 of 19) sorted by relevance

/php-src/Zend/
H A Dzend_arena.h99 static zend_always_inline void zend_arena_release(zend_arena **arena_ptr, void *checkpoint) in zend_arena_release()
195 static zend_always_inline void zend_arena_release(zend_arena **arena_ptr, void *checkpoint) in zend_arena_release()
H A Dzend_compile.c2545 static void zend_short_circuiting_commit(uint32_t checkpoint, znode *result, zend_ast *ast) in zend_short_circuiting_commit()
11548 uint32_t checkpoint = zend_short_circuiting_checkpoint(); in zend_compile_expr() local
11608 uint32_t checkpoint = zend_short_circuiting_checkpoint(); in zend_compile_var() local
/php-src/Zend/Optimizer/
H A Doptimize_temp_vars_5.c55 void *checkpoint = zend_arena_checkpoint(ctx->arena); in zend_optimize_temporary_variables() local
H A Doptimize_func_calls.c156 void *checkpoint; in zend_optimize_func_calls() local
H A Dblock_pass.c1417 void *checkpoint; in zend_t_usage() local
1680 void *checkpoint; in zend_optimize_cfg() local
H A Dcompact_literals.c167 void *checkpoint = zend_arena_checkpoint(ctx->arena); in zend_optimizer_compact_literals() local
H A Ddce.c539 void *checkpoint = zend_arena_checkpoint(optimizer_ctx->arena); in dce_optimize_op_array() local
H A Ddfa_pass.c1723 void *checkpoint = zend_arena_checkpoint(ctx->arena); in zend_optimize_dfa() local
H A Dsccp.c2473 void *checkpoint = zend_arena_checkpoint(ctx->arena); in sccp_optimize_op_array() local
/php-src/ext/opcache/jit/
H A Dzend_jit.c1005 void *checkpoint; in zend_jit_allocate_registers() local
1279 void *checkpoint = NULL; in zend_jit() local
2809 void *checkpoint; in zend_real_jit_func() local
3132 void *checkpoint; in zend_jit_script() local
H A Dzend_jit_trace.c566 void *checkpoint = zend_arena_checkpoint(CG(arena)); in zend_jit_trace_build_ssa() local
2835 void *checkpoint; in zend_jit_trace_allocate_registers() local
4064 void *checkpoint; in zend_jit_trace() local
7343 void *checkpoint; in zend_jit_trace_exit_to_vm() local
/php-src/ext/json/
H A Djson_encoder.c357 size_t pos, checkpoint; in php_json_escape_string() local
/php-src/ext/opcache/
H A Dzend_shared_alloc.c569 void zend_shared_alloc_restore_xlat_table(uint32_t checkpoint) in zend_shared_alloc_restore_xlat_table()
H A DZendAccelerator.c3942 void *checkpoint = zend_arena_checkpoint(CG(arena)); local
4252 uint32_t checkpoint; local
H A Dzend_file_cache.c1820 void *mem, *checkpoint, *buf; local
/php-src/ext/mysqlnd/
H A Dmysqlnd_result.c418 void *checkpoint; in MYSQLND_METHOD() local
H A Dmysqlnd_ps.c763 void *checkpoint; in mysqlnd_fetch_stmt_row_cursor() local
H A Dmysqlnd_structs.h54 void *checkpoint; member
/php-src/ext/opcache/jit/ir/
H A Dir_private.h283 IR_ALWAYS_INLINE void ir_release(ir_arena **arena_ptr, void *checkpoint) in ir_release()

Completed in 203 milliseconds