|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.compilers.opt.driver.InstrumentationPlan
org.jikesrvm.adaptive.recompilation.instrumentation.AOSInstrumentationPlan
public class AOSInstrumentationPlan
An instance of this class is created for each method that is instrumented by the adaptive system. It serves as a place to put information that is needed by the instrumentation phases. Is is different from an InstrumentationPlan because it contains information that the non-adaptive opt-compiler can't see.
| Constructor Summary | |
|---|---|
AOSInstrumentationPlan(AOSOptions options,
NormalMethod method)
Construct based on options |
|
AOSInstrumentationPlan(NormalMethod method)
Construct empty plan, must setup manually |
|
| Method Summary | |
|---|---|
void |
finalizeInstrumentation(NormalMethod method)
Called after compilation is complete. |
void |
initInstrumentation(NormalMethod method)
Initialize instrumentation by the opt compiler immediately before compilation begins. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AOSInstrumentationPlan(NormalMethod method)
public AOSInstrumentationPlan(AOSOptions options,
NormalMethod method)
| Method Detail |
|---|
public void initInstrumentation(NormalMethod method)
initInstrumentation in class InstrumentationPlanpublic void finalizeInstrumentation(NormalMethod method)
finalizeInstrumentation in class InstrumentationPlan
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||