|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilerAdviceAttribute | |
---|---|
org.jikesrvm.adaptive.util |
Uses of CompilerAdviceAttribute in org.jikesrvm.adaptive.util |
---|
Fields in org.jikesrvm.adaptive.util declared as CompilerAdviceAttribute | |
---|---|
private static CompilerAdviceAttribute |
CompilerAdviceAttribute.defaultAttr
|
private static CompilerAdviceAttribute |
CompilerAdviceAttribute.tempAttr
|
Fields in org.jikesrvm.adaptive.util with type parameters of type CompilerAdviceAttribute | |
---|---|
private static HashMap<CompilerAdviceAttribute,CompilerAdviceAttribute> |
CompilerAdviceAttribute.attribMap
|
private static HashMap<CompilerAdviceAttribute,CompilerAdviceAttribute> |
CompilerAdviceAttribute.attribMap
|
Methods in org.jikesrvm.adaptive.util that return CompilerAdviceAttribute | |
---|---|
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. |
Methods in org.jikesrvm.adaptive.util that return types with arguments of type CompilerAdviceAttribute | |
---|---|
static List<CompilerAdviceAttribute> |
CompilerAdviceInfoReader.readCompilerAdviceFile(String file)
Read annotations from a specified file. |
static Collection<CompilerAdviceAttribute> |
CompilerAdviceAttribute.values()
|
Method parameters in org.jikesrvm.adaptive.util with type arguments of type CompilerAdviceAttribute | |
---|---|
static void |
CompilerAdviceAttribute.registerCompilerAdvice(List<CompilerAdviceAttribute> compilerAdviceList)
Use a list of compiler advice attributes to create an advice map keyed on RVMMethod instances. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |