Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
DZeroRegisterDecodedInstruction.java43 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DOneRegisterDecodedInstruction.java55 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DRegisterRangeDecodedInstruction.java60 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DTwoRegisterDecodedInstruction.java65 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DThreeRegisterDecodedInstruction.java75 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DInvokePolymorphicRangeDecodedInstruction.java61 getIndexType(), in withProtoIndex()
DFourRegisterDecodedInstruction.java85 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DFiveRegisterDecodedInstruction.java95 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DInvokePolymorphicDecodedInstruction.java57 getFormat(), getOpcode(), newIndex, getIndexType(), newProtoIndex, registers); in withProtoIndex()
DInstructionCodec.java286 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()
DDecodedInstruction.java145 public final IndexType getIndexType() { in getIndexType() method in DecodedInstruction
/dalvik/dx/src/com/android/dx/io/
DCodeReader.java116 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
DOpcodeInfo.java1248 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