Searched refs:UInt64Write (Results 1 – 6 of 6) sorted by relevance
117 virtual void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,147 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()474 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,
63 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64sAsync()
91 &writeUIntsWrapper<tpctypes::UInt64Write, in addTo()
172 std::vector<tpctypes::UInt64Write> PtrUpdates; in createStubs()222 tpctypes::UInt64Write PUpdate(ExecutorAddr(PtrAddr), NewAddr); in updatePointer()
164 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64sAsync()
74 using UInt64Write = UIntWrite<uint64_t>; variable