|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.compilers.opt.regalloc.ScratchMap.Interval
private abstract static class ScratchMap.Interval
Super class of physical and symbolic intervals
| Field Summary | |
|---|---|
(package private) Instruction |
begin
The instruction before which the scratch range begins. |
(package private) Instruction |
end
The instruction before which the scratch range ends. |
(package private) Register |
scratch
The physical scratch register or register evicted. |
| Constructor Summary | |
|---|---|
ScratchMap.Interval(Register scratch)
Initialize scratch register |
|
| Method Summary | |
|---|---|
(package private) boolean |
contains(int n)
Does this interval contain the instruction numbered n? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Instruction begin
Instruction end
final Register scratch
| Constructor Detail |
|---|
ScratchMap.Interval(Register scratch)
| Method Detail |
|---|
final boolean contains(int n)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||