Home
last modified time | relevance | path

Searched refs:old_ref (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/
H A Dzend_persist.c261 zend_ast_ref *old_ref = Z_AST_P(z); in zend_persist_zval() local
263 zend_persist_ast(GC_AST(old_ref)); in zend_persist_zval()
267 efree(old_ref); in zend_persist_zval()
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c867 ir_ref old_ref; in ir_promote_f2d() local
898 old_ref = ir_find1(ctx, IR_OPTX(IR_INT2FP, IR_DOUBLE, 1), insn->op1); in ir_promote_f2d()
899 if (old_ref) { in ir_promote_f2d()
904 ir_use_list_add(ctx, old_ref, use); in ir_promote_f2d()
905 return old_ref; in ir_promote_f2d()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c5920 int32_t old_ref = 0; in zend_jit_trace() local
5925 old_ref = STACK_REF(stack, EX_VAR_TO_NUM(opline->op2.var)); in zend_jit_trace()
5945 if (old_ref) { in zend_jit_trace()
5946 SET_STACK_REF_EX(stack, EX_VAR_TO_NUM(opline->op2.var), old_ref, old_flags); in zend_jit_trace()
H A Dzend_jit_ir.c7906 ir_ref old_ref; in zend_jit_guard_fetch_result_type() local
7918 old_ref = STACK_REF(stack, EX_VAR_TO_NUM(opline->result.var)); in zend_jit_guard_fetch_result_type()
7967 SET_STACK_REF(stack, EX_VAR_TO_NUM(opline->result.var), old_ref); in zend_jit_guard_fetch_result_type()

Completed in 73 milliseconds