메소드 | 설명 | |
---|---|---|
AddToInlineQueue ( |
||
CompilationScheduler ( ) : System.Collections.Generic | ||
GetMethodToCompile ( ) : MosaMethod | ||
IsScheduled ( MosaMethod method ) : bool | ||
Schedule ( MosaMethod method ) : void | ||
Schedule ( MosaType type ) : void | ||
ScheduleAll ( |
||
StartNextPass ( ) : bool | ||
TrackFieldReferenced ( MosaField field ) : void | ||
TrackMethodInvoked ( MosaMethod method ) : void | ||
TrackTypeAllocated ( MosaType type ) : void |
public AddToInlineQueue ( |
||
methodData | ||
리턴 | void |
public CompilationScheduler ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public ScheduleAll ( |
||
typeSystem | ||
리턴 | void |
public TrackFieldReferenced ( MosaField field ) : void | ||
field | MosaField | |
리턴 | void |
public TrackMethodInvoked ( MosaMethod method ) : void | ||
method | MosaMethod | |
리턴 | void |
public TrackTypeAllocated ( MosaType type ) : void | ||
type | MosaType | |
리턴 | void |