Searched refs:getOpcode (Results 1 - 25 of 75) sorted by relevance

123

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DFixedSizeInsn.java52 return getOpcode().getFormat().codeSize();
58 getOpcode().getFormat().writeTo(out, this);
70 return getOpcode().getFormat().listingString(this, noteIndices);
H A DSimpleInsn.java51 return new SimpleInsn(getOpcode(), getPosition(), registers);
H A DTargetInsn.java61 return new TargetInsn(getOpcode(), getPosition(), registers, target);
75 Dop opcode = getOpcode().getOppositeTest();
H A DRopTranslator.java185 if (insn.getOpcode().getOpcode()== RegOps.MOVE_PARAM) {
276 Rop lastRop = lastInsn.getOpcode();
464 if (insn.getOpcode().isCommutative()
524 Rop rop = insn.getOpcode();
525 if (rop.getOpcode() == RegOps.MARK_LOCAL) {
532 if (rop.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) {
574 Rop rop = insn.getOpcode();
575 int ropOpcode = rop.getOpcode();
671 if (insn.getOpcode()
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DFixedSizeInsn.java53 return getOpcode().getFormat().codeSize();
59 getOpcode().getFormat().writeTo(out, this);
71 return getOpcode().getFormat().listingString(this, noteIndices);
H A DSimpleInsn.java51 return new SimpleInsn(getOpcode(), getPosition(), registers);
H A DTargetInsn.java61 return new TargetInsn(getOpcode(), getPosition(), registers, target);
75 Dop opcode = getOpcode().getOppositeTest();
/dalvik/dx/src/com/android/dx/ssa/
H A DNormalSsaInsn.java133 public Rop getOpcode() { method in class:NormalSsaInsn
134 return insn.getOpcode();
148 if (insn.getOpcode().getOpcode() == RegOps.MARK_LOCAL) {
185 return insn.getOpcode().getOpcode() == RegOps.MOVE;
191 return insn.getOpcode().getOpcode() == RegOps.MOVE_EXCEPTION;
223 Rop opcode = getOpcode();
232 switch (opcode.getOpcode()) {
[all...]
/dalvik/dx/src/com/android/dx/rop/code/
H A DPlainInsn.java92 return new PlainInsn(getOpcode(), getPosition(),
115 Rop newRop = Rops.ropFor(getOpcode().getOpcode(), getResult(),
130 int opcode = getOpcode().getOpcode();
152 return new PlainInsn(getOpcode(), getPosition(),
H A DThrowingCstInsn.java84 return new ThrowingCstInsn(getOpcode(), getPosition(),
92 return new ThrowingCstInsn(getOpcode(), getPosition(),
103 return new ThrowingCstInsn(getOpcode(), getPosition(),
H A DThrowingInsn.java99 return new ThrowingInsn(getOpcode(), getPosition(),
106 return new ThrowingInsn(getOpcode(), getPosition(),
116 return new ThrowingInsn(getOpcode(), getPosition(),
H A DFillArrayDataInsn.java102 return new FillArrayDataInsn(getOpcode(), getPosition(),
112 return new FillArrayDataInsn(getOpcode(), getPosition(),
H A DPlainCstInsn.java70 return new PlainCstInsn(getOpcode(), getPosition(),
81 return new PlainCstInsn(getOpcode(), getPosition(),
H A DSwitchInsn.java83 return new SwitchInsn(getOpcode(), getPosition(),
105 return new SwitchInsn(getOpcode(), getPosition(),
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DPlainInsn.java91 return new PlainInsn(getOpcode(), getPosition(),
118 newRop = Rops.ropFor(getOpcode().getOpcode(),
135 return new PlainInsn(getOpcode(), getPosition(),
H A DThrowingCstInsn.java79 return new ThrowingCstInsn(getOpcode(), getPosition(),
87 return new ThrowingCstInsn(getOpcode(), getPosition(),
98 return new ThrowingCstInsn(getOpcode(), getPosition(),
H A DThrowingInsn.java99 return new ThrowingInsn(getOpcode(), getPosition(),
106 return new ThrowingInsn(getOpcode(), getPosition(),
116 return new ThrowingInsn(getOpcode(), getPosition(),
H A DFillArrayDataInsn.java103 return new FillArrayDataInsn(getOpcode(), getPosition(),
113 return new FillArrayDataInsn(getOpcode(), getPosition(),
H A DPlainCstInsn.java70 return new PlainCstInsn(getOpcode(), getPosition(),
81 return new PlainCstInsn(getOpcode(), getPosition(),
H A DSwitchInsn.java83 return new SwitchInsn(getOpcode(), getPosition(),
105 return new SwitchInsn(getOpcode(), getPosition(),
/dalvik/dx/src/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java41 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DOneRegisterDecodedInstruction.java52 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DRegisterRangeDecodedInstruction.java57 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DTwoRegisterDecodedInstruction.java61 getFormat(), getOpcode(), newIndex, getIndexType(),
/dalvik/dx/src/com/android/dx/merge/
H A DInstructionTransformer.java70 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
80 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
90 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
100 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);

Completed in 1550 milliseconds

123