|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualMachine | |
byucc.jhdl.synth | |
byucc.jhdl.synth.classparse |
Uses of VirtualMachine in byucc.jhdl.synth |
Classes in byucc.jhdl.synth that implement VirtualMachine | |
class |
GraphStack
|
Methods in byucc.jhdl.synth with parameters of type VirtualMachine | |
void |
SynthOpCode.execute(VirtualMachine vm)
|
void |
SynthShortBranch.execute(VirtualMachine vm)
|
void |
SynthInvoke.execute(VirtualMachine vm)
|
void |
SynthByteCP.execute(VirtualMachine vm)
|
void |
SynthByte.execute(VirtualMachine vm)
|
void |
SynthIinc.execute(VirtualMachine vm)
|
void |
SynthTableswitch.execute(VirtualMachine vm)
|
void |
SynthShortCP.execute(VirtualMachine vm)
|
Uses of VirtualMachine in byucc.jhdl.synth.classparse |
Methods in byucc.jhdl.synth.classparse with parameters of type VirtualMachine | |
void |
MethodInfo.execute(VirtualMachine vm)
|
BasicBlock[] |
MethodInfo.getBasicBlocks(VirtualMachine vm)
|
void |
AttributeCode.execute(VirtualMachine vm)
|
BasicBlock[] |
AttributeCode.findBasicBlocks(VirtualMachine vm)
|
void |
OpCode.execute(VirtualMachine vm)
|
void |
BasicBlock.execute(VirtualMachine vm)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |