Home
last modified time | relevance | path

Searched refs:InstructionsCount (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBinaryWriter.cs67 WriteInstructionsCountToBuffer(block.InstructionsCount); in Write()
70 while(counter < block.InstructionsCount) in Write()
DExecutionTracer.cs211 InstructionsCount = instructionsInBlock, in HandleBlockEndHook()
257 public ulong InstructionsCount; field
DTraceTextWriter.cs42 while(counter < (int)block.InstructionsCount) in Write()
DTraceBasedModelFlatBufferWriter.cs37 while(counter < (int)block.InstructionsCount) in Write()