Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c9108 ir_ref func_ref, func_ref2, scope_ref, scope_ref2, if_cached, cold_path, ref; local
9166 scope_ref = ir_CONST_ADDR(ce);
9168 scope_ref = ir_LOAD_A(ir_ADD_OFFSET(ir_LOAD_A(jit_EX(run_time_cache)), opline->result.num));
9173 scope_ref = ir_PHI_2(IR_ADDR, scope_ref2, scope_ref);
9223 scope_ref,
9240 scope_ref = ir_LOAD_A(jit_EX(This.value.ref));
9242scope_ref = ir_LOAD_A(ir_ADD_OFFSET(ir_LOAD_A(jit_EX(This.value.ref)), offsetof(zend_object, ce)));
9245 …!zend_jit_push_call_frame(jit, opline, op_array, func, 0, 0, checked_stack, func_ref, scope_ref)) {

Completed in 87 milliseconds