Home
last modified time | relevance | path

Searched refs:CreateStoresVector (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBasedModelFlatBufferWriter.cs185 var storesVector = Instruction.CreateStoresVector(builder, stores.ToArray()); in BuildInstructionFlatbuffer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstruction.cs133 …public static VectorOffset CreateStoresVector(FlatBufferBuilder builder, ulong[] data) { builder.S… in CreateStoresVector() method