Lines Matching refs:CheckLoad
93 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
778 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in Inc()
790 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in IncPop()
803 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in Dec()
815 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in DecPop()
843 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in Incf()
851 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in IncfPop()
859 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in Decf()
867 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in DecfPop()
1178 if (!CheckLoad(S, OpPC, Ptr)) in GetLocal()
1218 if (!CheckLoad(S, OpPC, Field)) in GetField()
1250 if (!CheckLoad(S, OpPC, Field)) in GetFieldPop()
1264 if (!CheckLoad(S, OpPC, Field)) in GetThisField()
1665 if (!CheckLoad(S, OpPC, Ptr)) in Load()
1676 if (!CheckLoad(S, OpPC, Ptr)) in LoadPop()
1796 if (!CheckLoad(S, OpPC, Src)) in Memcpy()
2418 if (!CheckLoad(S, OpPC, Ptr)) in ArrayElem()
2429 if (!CheckLoad(S, OpPC, Ptr)) in ArrayElemPop()
2444 if (!CheckLoad(S, OpPC, SP)) in CopyArray()