Method | Description | |
---|---|---|
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 | ||
return | void |
public CompilationScheduler ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public IsScheduled ( MosaMethod method ) : bool | ||
method | MosaMethod | |
return | bool |
public ScheduleAll ( |
||
typeSystem | ||
return | void |
public TrackFieldReferenced ( MosaField field ) : void | ||
field | MosaField | |
return | void |
public TrackMethodInvoked ( MosaMethod method ) : void | ||
method | MosaMethod | |
return | void |
public TrackTypeAllocated ( MosaType type ) : void | ||
type | MosaType | |
return | void |