Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstructions.cs29 return Instructions.EndInstructions(builder); in CreateInstructions()
39 public static Offset<FBInstruction.Instructions> EndInstructions(FlatBufferBuilder builder) in EndInstructions() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBasedModelFlatBufferWriter.cs69 var instrs = Instructions.EndInstructions(builder); in FlushBuffer()