/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 | 1224 (dop.getFormat() == format)) { in getOrNull()
|
/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 | 532 BitSet compatRegs = expandedOp.getFormat().compatibleRegs(insn); in calculateReservedCount() 570 if (guess.getFormat().isCompatible(insn)) { in findOpcodeForInsn() 685 currentOpcode.getFormat().compatibleRegs(insn); in performExpansion() 783 if (opcode.getFormat().branchFits(target)) { in fixBranches()
|
D | SwitchData.java | 104 int defaultTarget = Dops.PACKED_SWITCH.getFormat().codeSize(); in writeTo()
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | ZeroRegisterDecodedInstruction.java | 43 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | OneRegisterDecodedInstruction.java | 55 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | RegisterRangeDecodedInstruction.java | 60 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | TwoRegisterDecodedInstruction.java | 65 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | InvokePolymorphicRangeDecodedInstruction.java | 58 getFormat(), in withProtoIndex()
|
D | ThreeRegisterDecodedInstruction.java | 75 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | FourRegisterDecodedInstruction.java | 85 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | InvokePolymorphicDecodedInstruction.java | 57 getFormat(), getOpcode(), newIndex, getIndexType(), newProtoIndex, registers); in withProtoIndex()
|
D | FiveRegisterDecodedInstruction.java | 95 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 | 1241 public static InstructionCodec getFormat(int opcode) { in getFormat() method in OpcodeInfo 1242 return get(opcode).getFormat(); in getFormat() 1287 public InstructionCodec getFormat() { in getFormat() method in OpcodeInfo.Info
|