Home
last modified time | relevance | path

Searched refs:func_ref (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c8451 ref = func_ref;
8780 func_ref = ir_PHI_2(IR_ADDR, ref, func_ref);
9027 func_ref,
9032 func_ref,
9844 if (!func_ref) {
9918 ir_ref local_func_ref = func_ref ? func_ref : ir_LOAD_A(jit_CALL(rx, func));
9923 ir_ref local_func_ref = func_ref ? func_ref : ir_LOAD_A(jit_CALL(rx, func));
9969 if (!func_ref) {
9992 if (!func_ref) {
10013 if (!func_ref) {
[all …]
/PHP-8.4/Zend/
H A Dzend_compile.c8204 uint32_t func_ref = zend_add_dynamic_func_def(op_array); in zend_begin_func_decl() local
8207 opline->op2.num = func_ref; in zend_begin_func_decl()
8213 opline->op2.num = func_ref; in zend_begin_func_decl()

Completed in 89 milliseconds