Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstructions.cs34 …public static VectorOffset CreateInstructionsVector(FlatBufferBuilder builder, Offset<FBInstructio… in CreateInstructionsVector() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBasedModelFlatBufferWriter.cs66 var instrsVector = Instructions.CreateInstructionsVector(builder, instructions); in FlushBuffer()