Package | Description |
---|---|
org.jikesrvm.compilers.opt.specialization |
Modifier and Type | Class and Description |
---|---|
class |
InvokeeThreadLocalContext
This class represents a specialization context meaning
"the invokee is thread local".
|
Modifier and Type | Field and Description |
---|---|
(package private) SpecializationContext |
SpecializedMethod.context
Encodes the rules for generating the specialized code.
|
Modifier and Type | Method and Description |
---|---|
SpecializationContext |
SpecializedMethod.getSpecializationContext() |
Constructor and Description |
---|
SpecializedMethod(NormalMethod source,
SpecializationContext context) |