Home
last modified time | relevance | path

Searched refs:getIndexType (Results 1 – 11 of 11) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DZeroRegisterDecodedInstruction.java41 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DOneRegisterDecodedInstruction.java52 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DRegisterRangeDecodedInstruction.java57 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DTwoRegisterDecodedInstruction.java61 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DThreeRegisterDecodedInstruction.java70 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DFourRegisterDecodedInstruction.java79 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DFiveRegisterDecodedInstruction.java88 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DInstructionCodec.java260 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()
DDecodedInstruction.java145 public final IndexType getIndexType() { in getIndexType() method in DecodedInstruction
/dalvik/dx/src/com/android/dx/io/
DCodeReader.java102 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
DOpcodeInfo.java1218 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