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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction22cs.java39 public class Instruction22cs extends Instruction implements TwoRegisterInstruction, OdexedFieldAccess { class in inherits:Instruction,TwoRegisterInstruction,OdexedFieldAccess
45 public Instruction22cs(Opcode opcode, byte regA, byte regB, int fieldOffset) { method in class:Instruction22cs
62 private Instruction22cs(Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction22cs
94 return new Instruction22cs(opcode, buffer, bufferIndex);

Completed in 63 milliseconds