/dalvik/dx/src/com/android/dx/dex/code/ |
D | FixedSizeInsn.java | 53 return getOpcode().getFormat().codeSize(); in codeSize() 59 getOpcode().getFormat().writeTo(out, this); in writeTo() 71 return getOpcode().getFormat().listingString(this, noteIndices); in listingString0()
|
D | Dop.java | 115 public InsnFormat getFormat() { in getFormat() method in Dop
|
D | OutputFinisher.java | 490 BitSet compatRegs = expandedOp.getFormat().compatibleRegs(insn); in calculateReservedCount() 528 if (guess.getFormat().isCompatible(insn)) { in findOpcodeForInsn() 643 currentOpcode.getFormat().compatibleRegs(insn); in performExpansion() 741 if (opcode.getFormat().branchFits(target)) { in fixBranches()
|
D | SwitchData.java | 104 int defaultTarget = Dops.PACKED_SWITCH.getFormat().codeSize(); in writeTo()
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | FixedSizeInsn.java | 52 return getOpcode().getFormat().codeSize(); in codeSize() 58 getOpcode().getFormat().writeTo(out, this); in writeTo() 70 return getOpcode().getFormat().listingString(this, noteIndices); in listingString0()
|
D | OutputFinisher.java | 369 result[i] = insns.get(i).getOpcode().getFormat(); in makeFormatsArray() 548 if (format != dop.getFormat()) { in massageInstructions() 579 InsnFormat originalFormat = dop.getFormat(); in performExpansion() 598 originalFormat = insn.getOpcode().getFormat(); in performExpansion() 673 InsnFormat format = dop.getFormat(); in fixBranches()
|
D | Dop.java | 104 public InsnFormat getFormat() { in getFormat() method in Dop
|
D | SwitchData.java | 103 int defaultTarget = Dops.PACKED_SWITCH.getFormat().codeSize(); in writeTo()
|
D | Dops.java | 1214 (dop.getFormat() == format)) { in getOrNull()
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | ZeroRegisterDecodedInstruction.java | 41 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | OneRegisterDecodedInstruction.java | 52 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | RegisterRangeDecodedInstruction.java | 57 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | TwoRegisterDecodedInstruction.java | 61 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | ThreeRegisterDecodedInstruction.java | 70 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | FourRegisterDecodedInstruction.java | 79 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | FiveRegisterDecodedInstruction.java | 88 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | DecodedInstruction.java | 72 InstructionCodec format = OpcodeInfo.getFormat(opcode); in decode() 119 public final InstructionCodec getFormat() { in getFormat() method in DecodedInstruction
|
/dalvik/dx/src/com/android/dx/io/ |
D | OpcodeInfo.java | 1211 public static InstructionCodec getFormat(int opcode) { in getFormat() method in OpcodeInfo 1212 return get(opcode).getFormat(); in getFormat() 1257 public InstructionCodec getFormat() { in getFormat() method in OpcodeInfo.Info
|