Package | Description |
---|---|
org.jikesrvm.compilers.opt.escape |
Class and Description |
---|
AggregateReplacer
Class that performs scalar replacement of aggregates
|
FI_EscapeSummary
This class holds the results of a flow-insensitive escape analysis
for a method.
|
MethodSummary
Hold semantic information about a method that is not defined in
RVMMethod.
|
ObjectReplacer
Class that performs scalar replacement of aggregates for non-array
objects
|
ShortArrayReplacer
Class that performs scalar replacement of short arrays
|
SimpleEscape.AnalysisResult
Utility class used to hold the result of the escape analysis.
|
UnsyncReplacer
Replace calls to synchronized methods to calls specialized to be
unsynchronized.
|