Lines Matching refs:ExecutorAddr
48 FAs.WriteUInt8s = ExecutorAddr::fromPtr( in TEST()
50 FAs.WriteUInt16s = ExecutorAddr::fromPtr( in TEST()
52 FAs.WriteUInt32s = ExecutorAddr::fromPtr( in TEST()
54 FAs.WriteUInt64s = ExecutorAddr::fromPtr( in TEST()
56 FAs.WriteBuffers = ExecutorAddr::fromPtr(&testWriteBuffers); in TEST()
68 MemAccess->writeUInt8s({{ExecutorAddr::fromPtr(&Test_UInt8_1), 1}, in TEST()
69 {ExecutorAddr::fromPtr(&Test_UInt8_2), 0xFE}}); in TEST()
76 MemAccess->writeUInt16s({{ExecutorAddr::fromPtr(&Test_UInt16), 1}}); in TEST()
81 MemAccess->writeUInt32s({{ExecutorAddr::fromPtr(&Test_UInt32), 1}}); in TEST()
86 MemAccess->writeUInt64s({{ExecutorAddr::fromPtr(&Test_UInt64), 1}}); in TEST()
92 MemAccess->writeBuffers({{ExecutorAddr::fromPtr(&Test_Buffer), TestMsg}}); in TEST()