Searched defs:getFormat (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDop.java104 public InsnFormat getFormat() { method in class:Dop
/dalvik/dx/src/com/android/dx/dex/code/
H A DDop.java115 public InsnFormat getFormat() { method in class:Dop
/dalvik/dx/src/com/android/dx/io/instructions/
H A DDecodedInstruction.java72 InstructionCodec format = OpcodeInfo.getFormat(opcode);
119 public final InstructionCodec getFormat() { method in class:DecodedInstruction
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java1211 public static InstructionCodec getFormat(int opcode) { method in class:OpcodeInfo
1212 return get(opcode).getFormat();
1257 public InstructionCodec getFormat() { method in class:OpcodeInfo.Info

Completed in 83 milliseconds