C# Класс Mosa.Compiler.Trace.InstructionLogger

Logs all instructions.
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( BaseMethodCompiler methodCompiler, IPipelineStage stage ) : void
Run ( CompilerTrace compilerTrace, string stage, MosaMethod method, BasicBlocks basicBlocks ) : void

Приватные методы

Метод Описание
ListBlocks ( IList blocks ) : string
LogInstructions ( TraceLog traceLog, InstructionNode node ) : void

Logs the instructions in the given enumerable to the trace.

Описание методов

Run() публичный статический Метод

public static Run ( BaseMethodCompiler methodCompiler, IPipelineStage stage ) : void
methodCompiler Mosa.Compiler.Framework.BaseMethodCompiler
stage IPipelineStage
Результат void

Run() публичный статический Метод

public static Run ( CompilerTrace compilerTrace, string stage, MosaMethod method, BasicBlocks basicBlocks ) : void
compilerTrace CompilerTrace
stage string
method MosaMethod
basicBlocks BasicBlocks
Результат void