C# Class Mosa.Compiler.Framework.Stages.InlineEvaluationStage

Inheritance: BaseMethodCompilerStage
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Свойство Type Description
InlineMethodAttribute string

Méthodes publiques

Méthode Description
CanInline ( CompilerMethodData method ) : bool

Méthodes protégées

Méthode Description
CopyInstructions ( ) : BasicBlocks
Run ( ) : void

Private Methods

Méthode Description
Map ( Operand operand, Operand>.Dictionary map ) : Operand

Method Details

CanInline() public méthode

public CanInline ( CompilerMethodData method ) : bool
method CompilerMethodData
Résultat bool

CopyInstructions() protected méthode

protected CopyInstructions ( ) : BasicBlocks
Résultat BasicBlocks

Run() protected méthode

protected Run ( ) : void
Résultat void

Property Details

InlineMethodAttribute public_oe static_oe property

public static string InlineMethodAttribute
Résultat string