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

/dalvik/dx/src/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java41 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DOneRegisterDecodedInstruction.java52 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DRegisterRangeDecodedInstruction.java57 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DTwoRegisterDecodedInstruction.java61 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DFiveRegisterDecodedInstruction.java88 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DFourRegisterDecodedInstruction.java79 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DThreeRegisterDecodedInstruction.java70 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DInstructionCodec.java260 IndexType indexType = OpcodeInfo.getIndexType(opcode);
368 IndexType indexType = OpcodeInfo.getIndexType(opcode);
502 IndexType indexType = OpcodeInfo.getIndexType(opcode);
779 IndexType indexType = OpcodeInfo.getIndexType(opcode);
839 IndexType indexType = OpcodeInfo.getIndexType(opcode);
H A DDecodedInstruction.java145 public final IndexType getIndexType() { method in class:DecodedInstruction
/dalvik/dx/src/com/android/dx/io/
H A DCodeReader.java102 switch (OpcodeInfo.getIndexType(one.getOpcode())) {
H A DOpcodeInfo.java1218 public static IndexType getIndexType(int opcode) { method in class:OpcodeInfo
1219 return get(opcode).getIndexType();
1261 public IndexType getIndexType() { method in class:OpcodeInfo.Info

Completed in 48 milliseconds