Methods in dioscuri.module.cpu32 with parameters of type ClassFile |
static int |
JavaCodeAnalyser.getMaxStackDepth(int[] code,
int start,
ClassFile cf)
|
static CodeBlock |
ClassFileBuilder.instantiateClass(ClassFile cf)
|
void |
MethodInfo.setCode(int[] code,
ClassFile cf)
|
void |
MethodInfo.setCode(int[] code,
int codeLength,
ClassFile cf)
|
void |
MethodInfo.setExceptionTable(AttributeInfo.CodeAttribute.ExceptionEntry[] exceptionTable,
ClassFile cf)
|
void |
MethodInfo.setExceptionTable(AttributeInfo.CodeAttribute.ExceptionEntry[] exceptionTable,
int exceptionTableLength,
ClassFile cf)
|
void |
ExceptionHandler.write(CountingOutputStream byteCodes,
ClassFile cf)
|
void |
RPNNode.write(CountingOutputStream output,
ClassFile cf,
boolean leaveResultOnStack)
|
static void |
RPNNode.writeBytecodes(CountingOutputStream output,
ClassFile cf,
java.lang.Object[] bytecodes)
|
void |
RPNNode.writeExceptionCleanup(CountingOutputStream output,
ClassFile cf,
boolean leaveResultOnStack)
|
protected void |
RealModeExceptionHandler.writeHandlerRoutine(CountingOutputStream byteCodes,
ClassFile cf)
|
protected void |
ProtectedModeExceptionHandler.writeHandlerRoutine(CountingOutputStream byteCodes,
ClassFile cf)
|
protected abstract void |
ExceptionHandler.writeHandlerRoutine(CountingOutputStream byteCodes,
ClassFile cf)
|