public class InvokeStatic extends PseudoBytecode
| Modifier and Type | Field and Description |
|---|---|
private static int |
bsize |
private int |
tid |
next| Constructor and Description |
|---|
InvokeStatic(int targetId) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
int |
getSize() |
int |
stackChanges() |
static RVMMethod |
targetMethod(int tid) |
String |
toString() |
double2bytes, float2bytes, initBytes, int2bytes, long2bytes, makeOUcode, makeOUUcode, makeWOUUcode, word2bytesprivate static final int bsize
private final int tid
public InvokeStatic(int targetId)
public byte[] getBytes()
getBytes in class PseudoBytecodepublic int getSize()
getSize in class PseudoBytecodepublic int stackChanges()
stackChanges in class PseudoBytecodepublic static RVMMethod targetMethod(int tid)