Home
last modified time | relevance | path

Searched refs:old_ref (Results 1 – 3 of 3) sorted by last modified time

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c7704 ir_ref old_ref; in zend_jit_guard_fetch_result_type() local
7716 old_ref = STACK_REF(stack, EX_VAR_TO_NUM(opline->result.var)); in zend_jit_guard_fetch_result_type()
7756 SET_STACK_REF(stack, EX_VAR_TO_NUM(opline->result.var), old_ref); in zend_jit_guard_fetch_result_type()
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c866 ir_ref old_ref; in ir_promote_f2d() local
897 old_ref = ir_find1(ctx, IR_OPTX(IR_INT2FP, IR_DOUBLE, 1), insn->op1); in ir_promote_f2d()
898 if (old_ref) { in ir_promote_f2d()
903 ir_use_list_add(ctx, old_ref, use); in ir_promote_f2d()
904 return old_ref; in ir_promote_f2d()
/php-src/ext/opcache/
H A Dzend_persist.c259 zend_ast_ref *old_ref = Z_AST_P(z); in zend_persist_zval() local
261 zend_persist_ast(GC_AST(old_ref)); in zend_persist_zval()
265 efree(old_ref); in zend_persist_zval()

Completed in 57 milliseconds