| |
|
| java.lang.Object vm.VMClassMemberInfo vm.VMMethodInfo vm.CVMMethodInfo
NO_INLINE_FLAG | final static int NO_INLINE_FLAG(Code) | | |
OpcodeInfo | static OpcodeInfoType[] OpcodeInfo(Code) | | |
OpcodeInfoSpecial | static OpcodeInfoType[] OpcodeInfoSpecial(Code) | | |
REDO_INLINING_FLAG | final static int REDO_INLINING_FLAG(Code) | | |
SAME_CLASS_FLAG | final static int SAME_CLASS_FLAG(Code) | | |
SAVE_TARGET_METHODS | final public static boolean SAVE_TARGET_METHODS(Code) | | Flag used in quickenCode() to save old methodblock info so we can
use it here for inlining. This affects invokevirtual_quick which
typically overwrites the methodblock info with
and .
|
inline_DONE | final static int inline_DONE(Code) | | |
inline_IN_PROGRESS | final static int inline_IN_PROGRESS(Code) | | |
inline_NOT_DONE | final static int inline_NOT_DONE(Code) | | Attempt to inline the code of this method
|
poppers | static int[] poppers(Code) | | |
CVMflags | public int CVMflags()(Code) | | |
compress | final boolean compress()(Code) | | |
disassembleInlining | String disassembleInlining()(Code) | | Print the code as Java assembly language instructions
|
getInlining | public int getInlining()(Code) | | |
hasBody | public boolean hasBody()(Code) | | |
inlineCode | public void inlineCode()(Code) | | |
isStrictFP | public boolean isStrictFP()(Code) | | |
methodOffset | public int methodOffset()(Code) | | |
Fields inherited from vm.VMMethodInfo | final public static boolean SAVE_TARGET_METHODS(Code)(Java Doc)
|
|
|
|