Package | Description |
---|---|
org.jikesrvm.adaptive.util |
Modifier and Type | Field and Description |
---|---|
private static CompilerAdviceAttribute |
CompilerAdviceAttribute.defaultAttr |
private static CompilerAdviceAttribute |
CompilerAdviceAttribute.tempAttr |
Modifier and Type | Field and Description |
---|---|
private static HashMap<CompilerAdviceAttribute,CompilerAdviceAttribute> |
CompilerAdviceAttribute.attribMap |
private static HashMap<CompilerAdviceAttribute,CompilerAdviceAttribute> |
CompilerAdviceAttribute.attribMap |
Modifier and Type | Method and Description |
---|---|
static CompilerAdviceAttribute |
CompilerAdviceAttribute.getCompilerAdviceInfo(RVMMethod method)
Given a method and bytecode offset, return an compiler advice
attribute or null if none is found for that method and offset.
|
private static CompilerAdviceAttribute |
CompilerAdviceInfoReader.readOneAttribute(StringTokenizer st)
Actual reading is done here.
|
Modifier and Type | Method and Description |
---|---|
static List<CompilerAdviceAttribute> |
CompilerAdviceInfoReader.readCompilerAdviceFile(String file)
Read annotations from a specified file.
|
static Collection<CompilerAdviceAttribute> |
CompilerAdviceAttribute.values() |
Modifier and Type | Method and Description |
---|---|
static void |
CompilerAdviceAttribute.registerCompilerAdvice(List<CompilerAdviceAttribute> compilerAdviceList)
Use a list of compiler advice attributes to create an advice map
keyed on
RVMMethod instances. |