Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstructions.cs32 public static void StartInstructions(FlatBufferBuilder builder) { builder.StartTable(1); } in StartInstructions() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBasedModelFlatBufferWriter.cs67 Instructions.StartInstructions(builder); in FlushBuffer()