Searched refs:getIndexType (Results 1 – 11 of 11) sorted by relevance
/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 | InstructionCodec.java | 260 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C() 368 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C() 502 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C() 779 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList() 839 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 | 102 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
|
D | OpcodeInfo.java | 1218 public static IndexType getIndexType(int opcode) { in getIndexType() method in OpcodeInfo 1219 return get(opcode).getIndexType(); in getIndexType() 1261 public IndexType getIndexType() { in getIndexType() method in OpcodeInfo.Info
|