|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeInfo | |
at.dms.backend | |
at.dms.classfile | |
at.dms.kjc | |
at.dms.ksm | |
at.dms.optimize |
Uses of CodeInfo in at.dms.backend |
Methods in at.dms.backend that return CodeInfo | |
static CodeInfo |
Optimizer.optimize(MethodInfo info,
CodeInfo code,
BackendOptions options)
Optimizes the byte code for a single method. |
CodeInfo |
Optimizer.getCodeInfo()
Returns a new, optimized code info structure. |
Methods in at.dms.backend with parameters of type CodeInfo | |
static CodeInfo |
Optimizer.optimize(MethodInfo info,
CodeInfo code,
BackendOptions options)
Optimizes the byte code for a single method. |
Constructors in at.dms.backend with parameters of type CodeInfo | |
Optimizer(CodeInfo codeInfo)
Constructs a new optimizer object. |
Uses of CodeInfo in at.dms.classfile |
Subclasses of CodeInfo in at.dms.classfile | |
class |
SkippedCodeInfo
The code info, but without the instructions (only the interface) |
Fields in at.dms.classfile declared as CodeInfo | |
static CodeInfo |
CodeInfo.DUM_INFO
|
Methods in at.dms.classfile that return CodeInfo | |
CodeInfo |
MethodInfo.getCodeInfo()
Returns the code attribute associated with this method. |
Methods in at.dms.classfile with parameters of type CodeInfo | |
void |
MethodInfo.setCodeInfo(CodeInfo info)
Sets the code attribute associated with this method. |
static void |
CodeEnv.check(CodeInfo codeInfo)
Checks the specified CodeInfo structure and computes maxStack and maxLocals. |
Constructors in at.dms.classfile with parameters of type CodeInfo | |
MethodInfo(short modifiers,
java.lang.String name,
java.lang.String type,
java.lang.String[] exceptions,
CodeInfo code,
boolean deprecated,
boolean synthetic)
Constructs a method entry. |
Uses of CodeInfo in at.dms.kjc |
Methods in at.dms.kjc that return CodeInfo | |
CodeInfo |
CSourceMethod.genCode()
Generates code for this method. |
Uses of CodeInfo in at.dms.ksm |
Methods in at.dms.ksm that return CodeInfo | |
CodeInfo |
MethodBody.genCodeInfo()
Generate a classfile code info, do not optimize. |
Uses of CodeInfo in at.dms.optimize |
Methods in at.dms.optimize that return CodeInfo | |
static CodeInfo |
Optimizer.optimize(CodeInfo code,
int level)
Optimizes the byte code for a single method. |
CodeInfo |
Optimizer.getCodeInfo()
Returns a new, optimized code info structure. |
Methods in at.dms.optimize with parameters of type CodeInfo | |
static CodeInfo |
Optimizer.optimize(CodeInfo code,
int level)
Optimizes the byte code for a single method. |
Constructors in at.dms.optimize with parameters of type CodeInfo | |
Optimizer(CodeInfo codeInfo)
Constructs a new optimizer object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |