|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteBlock | |
|---|---|
| com.android.dx.cf.code | Implementation of classes having to do with Java simulation, such as is needed for verification or stack-to-register conversion. |
| Uses of ByteBlock in com.android.dx.cf.code |
|---|
| Methods in com.android.dx.cf.code that return ByteBlock | |
|---|---|
ByteBlock |
ByteBlockList.get(int n)
Gets the indicated element. |
ByteBlock |
ByteBlockList.labelToBlock(int label)
Gets the block with the given label. |
| Methods in com.android.dx.cf.code with parameters of type ByteBlock | |
|---|---|
void |
ByteBlockList.set(int n,
ByteBlock bb)
Sets the element at the given index. |
void |
Simulator.simulate(ByteBlock bb,
Frame frame)
Simulates the effect of executing the given basic block. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||