Lines Matching refs:opCast
186 template <typename OpTypeData> OpTypeData& opCast(CacheBinOperation &op);
194 opCast<OpTypeData>(*this) = d; in CacheBinOperation()
202 friend OpTypeData& opCast(CacheBinOperation &op);
212 OpTypeData& opCast(CacheBinOperation &op) { in opCast() function
255 *opCast<OpGet>(*opGet).res = head; in getFromPutList()
299 opCast<OpGet>(*op).currTime = lclTime; in operator ()()
307 LargeMemoryBlock *head = opCast<OpPutList>(*op).head; in operator ()()
333 if ( !getFromPutList(opGet, opCast<OpGet>(*opGet).currTime) ) in operator ()()
341 updateUsedSize += opCast<OpUpdateUsedSize>(*op).size; in operator ()()
352 uintptr_t currTime = opCast<OpCleanToThreshold>(*op).currTime; in operator ()()
387 const OpGet &opGetData = opCast<OpGet>(*opGet); in operator ()()
428 *opCast<OpCleanAll>(*opClean).res = bin->cleanAll(bitMask, idx); in operator ()()
430 … *opCast<OpCleanToThreshold>(*opClean).res = bin->cleanToThreshold(prep.cleanTime, bitMask, idx); in operator ()()