|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.classloader.SpecializedMethodManager
public final class SpecializedMethodManager
The manager of specialized methods.
Field Summary | |
---|---|
private static SpecializedMethod[] |
methods
All the specialized methods |
private static int |
numSpecializedMethods
The number of specialized methods. |
Constructor Summary | |
---|---|
private |
SpecializedMethodManager()
Can not create an instance of the manager |
Method Summary | |
---|---|
private static void |
initializeSpecializedMethod(int id)
Ensure that a specific specialized method now exists. |
static void |
notifyTypeInstantiated(RVMType type)
Set up the specialized methods for the given type |
static int |
numSpecializedMethods()
The number of specialized methods |
static void |
refreshSpecializedMethods(RVMType type)
Set up the specialized methods for the given type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final int numSpecializedMethods
private static final SpecializedMethod[] methods
Constructor Detail |
---|
private SpecializedMethodManager()
Method Detail |
---|
public static int numSpecializedMethods()
public static void notifyTypeInstantiated(RVMType type)
public static void refreshSpecializedMethods(RVMType type)
private static void initializeSpecializedMethod(int id)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |