Lines Matching refs:this_ref
8353 …unc, bool is_closure, bool delayed_fetch_this, int checked_stack, ir_ref func_ref, ir_ref this_ref) argument
8518 ZEND_ASSERT(this_ref != IR_NULL);
8519 ir_STORE(jit_CALL(rx, This.value.ptr), this_ref);
8531 jit_GC_ADDREF(jit, this_ref);
8832 ir_ref if_static = IR_UNUSED, cold_path, this_ref = IR_NULL, func_ref = IR_NULL; local
8853 this_ref = zend_jit_deopt_rload(jit, IR_ADDR, this_reg);
8859 this_ref = jit_Z_PTR(jit, this_addr);
8908 this_ref = jit_Z_PTR(jit, op1_addr);
8929 ir_LOAD_A(ir_ADD_OFFSET(this_ref, offsetof(zend_object, ce))));
8948 ir_STORE(this_ref2, this_ref);
8952 this_ref,
8957 this_ref,
8972 this_ref = ir_PHI_2(IR_ADDR, this_ref2, this_ref);
8993 jit->trace->exit_info[exit_point].poly_this_ref = this_ref;
9026 this_ref,
9031 this_ref,
9048 …sh_call_frame(jit, opline, NULL, func, 0, delayed_fetch_this, checked_stack, func_ref, this_ref)) {