Searched defs:getIndexType (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
H A DDecodedInstruction.java145 public final IndexType getIndexType() { method in class:DecodedInstruction
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java1248 public static IndexType getIndexType(int opcode) { method in class:OpcodeInfo
1249 return get(opcode).getIndexType();
1291 public IndexType getIndexType() { method in class:OpcodeInfo.Info

Completed in 933 milliseconds