Searched refs:thisValue (Results 1 – 2 of 2) sorted by relevance
130 // StateVariable::thisValue.174 intptr_t thisValue;277 addr = reinterpret_cast<void*>(state->thisValue + fsmEntry->offset);279 "state->thisValue=%ld addr=(fsmEntry->offset+state->thisValue)=%p\n",280 fsmEntry->offset, state->thisValue, addr);
1641 Address thisValue = CGF.LoadCXXThisAddress(); in Emit() local1643 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy); in Emit()