public class DvmFrame<V>
extends java.lang.Object
Constructor and Description |
---|
DvmFrame(int totalRegister) |
Modifier and Type | Method and Description |
---|---|
static int |
descriptorLength(java.lang.String[] types)
Count the amount of registers corresponding to a type descriptor
|
void |
execute(DexStmtNode insn,
DvmInterpreter<V> interpreter) |
V |
getReg(int b) |
V |
getTmp() |
int |
getTotalRegisters() |
DvmFrame<V> |
init(DvmFrame<? extends V> src) |
void |
setReg(int i,
V v) |
void |
setTmp(V v) |
public void setReg(int i, V v)
public void execute(DexStmtNode insn, DvmInterpreter<V> interpreter)
public V getTmp()
public void setTmp(V v)
public V getReg(int b)
public int getTotalRegisters()
public static int descriptorLength(java.lang.String[] types)