Searched refs:ByteBlock (Results 1 - 8 of 8) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DByteBlockList.java23 * List of {@link ByteBlock} instances.
44 public ByteBlock get(int n) {
45 return (ByteBlock) get0(n);
54 public ByteBlock labelToBlock(int label) {
71 public void set(int n, ByteBlock bb) {
H A DByteBlock.java26 public final class ByteBlock implements LabeledItem { class in inherits:LabeledItem
55 public ByteBlock(int label, int start, int end, IntList successors, method in class:ByteBlock
H A DBasicBlocker.java273 ByteBlock[] bbs = new ByteBlock[bytes.size()];
311 new ByteBlock(at, at, next, targets, blockCatches);
H A DSimulator.java87 public void simulate(ByteBlock bb, Frame frame) {
H A DRopper.java650 ByteBlock block = blocks.labelToBlock(offset);
688 private void processBlock(ByteBlock block, Frame frame, int[] workSet) {
/dalvik/dexgen/src/com/android/dexgen/rop/
H A DByteBlock.java26 public final class ByteBlock implements LabeledItem { class in inherits:LabeledItem
55 public ByteBlock(int label, int start, int end, IntList successors, method in class:ByteBlock
/dalvik/dexgen/src/com/android/dexgen/util/
H A DLabeledList.java19 import com.android.dexgen.rop.ByteBlock;
/dalvik/dx/src/com/android/dx/command/dump/
H A DBlockDumper.java20 import com.android.dx.cf.code.ByteBlock;
223 ByteBlock bb = list.get(i);

Completed in 63 milliseconds