public class LowerInstrumentation extends CompilerPhase
| Modifier and Type | Field and Description |
|---|---|
(package private) static boolean |
DEBUG |
container| Constructor and Description |
|---|
LowerInstrumentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
(package private) static void |
lowerInstrumentation(IR ir)
Actually perform the lowering
|
CompilerPhase |
newExecution(IR ir)
Return this instance of this phase.
|
void |
perform(IR ir)
Finds all instrumented instructions and calls the appropriate code to
convert it into the real sequence of instrumentation instructions.
|
boolean |
shouldPerform(OptOptions options)
This method determines if the phase should be run, based on the
Options object it is passed.
|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, performPhase, printingEnabled, reportAdditionalStats, setContainer, verifystatic final boolean DEBUG
public LowerInstrumentation()
public CompilerPhase newExecution(IR ir)
newExecution in class CompilerPhaseir - not usedpublic final boolean shouldPerform(OptOptions options)
CompilerPhaseshouldPerform in class CompilerPhaseoptions - the compiler options for the compilationpublic final String getName()
getName in class CompilerPhasepublic final void perform(IR ir)
perform in class CompilerPhaseir - the governing IRstatic void lowerInstrumentation(IR ir)
ir - the governing IR