Property | Type | Description | |
---|---|---|---|
IsReserved | bool | ||
Register | Register | ||
liveIntervals | List |
Method | Description | |
---|---|---|
Add ( |
||
Evict ( List |
||
Evict ( |
||
GetIntersections ( |
Gets the intersections.
|
|
GetLiveIntervalAt ( |
||
GetNextLiveRange ( |
Gets the next live range.
|
|
Intersects ( |
||
LiveIntervalTrack ( Register register, bool reserved ) : System.Collections.Generic | ||
ToString ( ) : string | ||
ToString2 ( ) : string |
public Add ( |
||
liveInterval | ||
return | void |
public Evict ( |
||
liveInterval | ||
return | void |
public GetIntersections ( |
||
liveInterval | The live interval. | |
return | List |
public GetLiveIntervalAt ( |
||
slotIndex | ||
return |
public GetNextLiveRange ( |
||
after | Index of the slot. | |
return |
public Intersects ( |
||
liveInterval | ||
return | bool |
public LiveIntervalTrack ( Register register, bool reserved ) : System.Collections.Generic | ||
register | Register | |
reserved | bool | |
return | System.Collections.Generic |