HomeSort by relevance Sort by last modified time
    Searched full:decodedinstruction (Results 1 - 25 of 45) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 23 import com.android.dx.io.instructions.DecodedInstruction;
29 private DecodedInstruction[] mappedInstructions;
43 DecodedInstruction[] decodedInstructions =
44 DecodedInstruction.decodeAll(encodedInstructions);
47 mappedInstructions = new DecodedInstruction[size];
52 for (DecodedInstruction instruction : mappedInstructions) {
62 public void visit(DecodedInstruction[] all, DecodedInstruction one) {
68 public void visit(DecodedInstruction[] all, DecodedInstruction one)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 29 * and encode from instances of {@link DecodedInstruction}.
33 @Override public DecodedInstruction decode(int opcodeUnit,
40 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
46 @Override public DecodedInstruction decode(int opcodeUnit,
55 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
61 @Override public DecodedInstruction decode(int opcodeUnit,
72 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
80 @Override public DecodedInstruction decode(int opcodeUnit,
91 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
99 @Override public DecodedInstruction decode(int opcodeUnit
    [all...]
OneRegisterDecodedInstruction.java 24 public final class OneRegisterDecodedInstruction extends DecodedInstruction {
50 public DecodedInstruction withIndex(int newIndex) {
PackedSwitchPayloadDecodedInstruction.java 24 extends DecodedInstruction {
59 public DecodedInstruction withIndex(int newIndex) {
RegisterRangeDecodedInstruction.java 25 public final class RegisterRangeDecodedInstruction extends DecodedInstruction {
55 public DecodedInstruction withIndex(int newIndex) {
SparseSwitchPayloadDecodedInstruction.java 24 extends DecodedInstruction {
63 public DecodedInstruction withIndex(int newIndex) {
ThreeRegisterDecodedInstruction.java 24 public final class ThreeRegisterDecodedInstruction extends DecodedInstruction {
68 public DecodedInstruction withIndex(int newIndex) {
TwoRegisterDecodedInstruction.java 24 public final class TwoRegisterDecodedInstruction extends DecodedInstruction {
59 public DecodedInstruction withIndex(int newIndex) {
ZeroRegisterDecodedInstruction.java 24 public final class ZeroRegisterDecodedInstruction extends DecodedInstruction {
39 public DecodedInstruction withIndex(int newIndex) {
FillArrayDataPayloadDecodedInstruction.java 24 extends DecodedInstruction {
97 public DecodedInstruction withIndex(int newIndex) {
FiveRegisterDecodedInstruction.java 24 public final class FiveRegisterDecodedInstruction extends DecodedInstruction {
86 public DecodedInstruction withIndex(int newIndex) {
FourRegisterDecodedInstruction.java 24 public final class FourRegisterDecodedInstruction extends DecodedInstruction {
77 public DecodedInstruction withIndex(int newIndex) {
  /dalvik/dx/src/com/android/dx/io/
CodeReader.java 20 import com.android.dx.io.instructions.DecodedInstruction;
79 public void visitAll(DecodedInstruction[] decodedInstructions)
84 DecodedInstruction one = decodedInstructions[i];
94 DecodedInstruction[] decodedInstructions =
95 DecodedInstruction.decodeAll(encodedInstructions);
99 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) {
119 void visit(DecodedInstruction[] all, DecodedInstruction one);
  /external/dexmaker/src/dx/java/com/android/dx/io/
CodeReader.java 19 import com.android.dx.io.instructions.DecodedInstruction;
79 public void visitAll(DecodedInstruction[] decodedInstructions)
84 DecodedInstruction one = decodedInstructions[i];
94 DecodedInstruction[] decodedInstructions =
95 DecodedInstruction.decodeAll(encodedInstructions);
99 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) {
119 void visit(DecodedInstruction[] all, DecodedInstruction one);
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 28 * and encode from instances of {@link DecodedInstruction}.
32 @Override public DecodedInstruction decode(int opcodeUnit,
39 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
45 @Override public DecodedInstruction decode(int opcodeUnit,
54 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
60 @Override public DecodedInstruction decode(int opcodeUnit,
71 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
79 @Override public DecodedInstruction decode(int opcodeUnit,
90 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
98 @Override public DecodedInstruction decode(int opcodeUnit
    [all...]
OneRegisterDecodedInstruction.java 24 public final class OneRegisterDecodedInstruction extends DecodedInstruction {
50 public DecodedInstruction withIndex(int newIndex) {
PackedSwitchPayloadDecodedInstruction.java 24 extends DecodedInstruction {
59 public DecodedInstruction withIndex(int newIndex) {
RegisterRangeDecodedInstruction.java 25 public final class RegisterRangeDecodedInstruction extends DecodedInstruction {
55 public DecodedInstruction withIndex(int newIndex) {
SparseSwitchPayloadDecodedInstruction.java 24 extends DecodedInstruction {
63 public DecodedInstruction withIndex(int newIndex) {
ThreeRegisterDecodedInstruction.java 24 public final class ThreeRegisterDecodedInstruction extends DecodedInstruction {
68 public DecodedInstruction withIndex(int newIndex) {
TwoRegisterDecodedInstruction.java 24 public final class TwoRegisterDecodedInstruction extends DecodedInstruction {
59 public DecodedInstruction withIndex(int newIndex) {
ZeroRegisterDecodedInstruction.java 24 public final class ZeroRegisterDecodedInstruction extends DecodedInstruction {
39 public DecodedInstruction withIndex(int newIndex) {
FillArrayDataPayloadDecodedInstruction.java 24 extends DecodedInstruction {
97 public DecodedInstruction withIndex(int newIndex) {
FiveRegisterDecodedInstruction.java 24 public final class FiveRegisterDecodedInstruction extends DecodedInstruction {
86 public DecodedInstruction withIndex(int newIndex) {
FourRegisterDecodedInstruction.java 24 public final class FourRegisterDecodedInstruction extends DecodedInstruction {
77 public DecodedInstruction withIndex(int newIndex) {

Completed in 321 milliseconds

1 2