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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction35s.java44 public class Instruction35s extends InstructionWithReference implements FiveRegisterInstruction { class in inherits:InstructionWithReference,FiveRegisterInstruction
53 public Instruction35s(Opcode opcode, int regCount, byte regD, byte regE, byte regF, byte regG, method in class:Instruction35s
79 protected Instruction35s(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction35s
157 return new Instruction35s(dexFile, opcode, buffer, bufferIndex);

Completed in 109 milliseconds