|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpCode | |
byucc.jhdl.synth | |
byucc.jhdl.synth.classparse |
Uses of OpCode in byucc.jhdl.synth |
Subclasses of OpCode in byucc.jhdl.synth | |
class |
SynthByte
|
class |
SynthByteCP
|
class |
SynthIinc
|
class |
SynthInvoke
|
class |
SynthOpCode
|
class |
SynthShortBranch
|
class |
SynthShortCP
|
class |
SynthTableswitch
|
Methods in byucc.jhdl.synth that return OpCode | |
OpCode |
SynthOpCode.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
SynthShortBranch.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
SynthInvoke.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
SynthByteCP.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
SynthByte.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
SynthIinc.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
SynthTableswitch.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
SynthShortCP.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
Uses of OpCode in byucc.jhdl.synth.classparse |
Subclasses of OpCode in byucc.jhdl.synth.classparse | |
class |
OpCodeBranch
|
class |
OpCodeByte
|
class |
OpCodeByteCP
|
class |
OpCodeIinc
|
class |
OpCodeIntBranch
|
class |
OpCodeInvokeinterface
|
class |
OpCodeLookupswitch
|
class |
OpCodeMultianewarray
|
class |
OpCodeNewarray
|
class |
OpCodeShort
|
class |
OpCodeShortBranch
|
class |
OpCodeShortCP
|
class |
OpCodeSwitch
|
class |
OpCodeTableswitch
|
class |
OpCodeWide
|
class |
OpCodeWideiinc
If you read the VM spec. |
class |
OpCodeWideop
If you read the VM spec. |
Fields in byucc.jhdl.synth.classparse declared as OpCode | |
protected static OpCode[] |
OpCode.codes
|
Methods in byucc.jhdl.synth.classparse that return OpCode | |
OpCode |
OpCodeShortCP.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
OpCodeLookupswitch.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
MethodInfo.getInstructionByPC(int pc)
|
OpCode |
OpCodeNewarray.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
AttributeCode.getInstructionByPC(int pc)
|
OpCode |
AttributeCode.getInstructionAtIndex(int index)
|
OpCode[] |
AttributeCode.getCode()
|
OpCode |
OpCodeIntBranch.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
WeightedOpCode.getOpCode()
get the OpCode from this WeightedOpCode |
OpCode |
OpCodeMultianewarray.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
OpCodeInvokeinterface.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
OpCodeWide.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
OpCodeShort.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
OpCode.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
OpCodeByte.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
OpCodeTableswitch.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
OpCodeIinc.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
OpCodeByteCP.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
OpCode |
ClassFileParser.parseOpCode(int pc)
|
OpCode |
BasicBlock.getEntry()
|
OpCode |
BasicBlock.getExit()
|
OpCode |
OpCodeShortBranch.parse(int pc,
java.lang.String mnemonic,
int op_code)
|
Methods in byucc.jhdl.synth.classparse with parameters of type OpCode | |
static void |
OpCode.registerOpCodeArray(OpCode[] codes)
|
Constructors in byucc.jhdl.synth.classparse with parameters of type OpCode | |
WeightedOpCode(java.lang.String weight,
OpCode code)
Construct a new WeightedOpCode with the given weight and OpCode. |
|
WeightedOpCode(java.lang.Integer weight,
OpCode code)
Construct a new WeightedOpCode with the given weight and OpCode. |
|
WeightedOpCode(int weight,
OpCode code)
Construct a new WeightedOpCode with the given weight and OpCode. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |