/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 | ThreeRegisterDecodedInstruction.java | 75 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | InvokePolymorphicRangeDecodedInstruction.java | 61 getIndexType(), in withProtoIndex()
|
D | FourRegisterDecodedInstruction.java | 85 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | FiveRegisterDecodedInstruction.java | 95 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | InvokePolymorphicDecodedInstruction.java | 57 getFormat(), getOpcode(), newIndex, getIndexType(), newProtoIndex, registers); in withProtoIndex()
|
D | InstructionCodec.java | 286 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C() 404 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C() 551 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C() 690 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_45CC() 729 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_4RCC() 925 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList() 986 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange()
|
D | DecodedInstruction.java | 145 public final IndexType getIndexType() { in getIndexType() method in DecodedInstruction
|
/dalvik/dx/src/com/android/dx/io/ |
D | CodeReader.java | 116 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
|
D | OpcodeInfo.java | 1248 public static IndexType getIndexType(int opcode) { in getIndexType() method in OpcodeInfo 1249 return get(opcode).getIndexType(); in getIndexType() 1291 public IndexType getIndexType() { in getIndexType() method in OpcodeInfo.Info
|