C# 클래스 Mosa.Compiler.Framework.Stages.InlineEvaluationStage

상속: BaseMethodCompilerStage
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 프로퍼티들

프로퍼티 타입 설명
InlineMethodAttribute string

공개 메소드들

메소드 설명
CanInline ( CompilerMethodData method ) : bool

보호된 메소드들

메소드 설명
CopyInstructions ( ) : BasicBlocks
Run ( ) : void

비공개 메소드들

메소드 설명
Map ( Operand operand, Operand>.Dictionary map ) : Operand

메소드 상세

CanInline() 공개 메소드

public CanInline ( CompilerMethodData method ) : bool
method CompilerMethodData
리턴 bool

CopyInstructions() 보호된 메소드

protected CopyInstructions ( ) : BasicBlocks
리턴 BasicBlocks

Run() 보호된 메소드

protected Run ( ) : void
리턴 void

프로퍼티 상세

InlineMethodAttribute 공개적으로 정적으로 프로퍼티

public static string InlineMethodAttribute
리턴 string