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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DRegisterRangeInstruction.java32 int getStartRegister(); method in interface:RegisterRangeInstruction
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction3rc.java106 public int getStartRegister() { method in class:Instruction3rc
140 return new Instruction5rc(jumboOpcode, getRegCount(), getStartRegister(), getReferencedItem());
H A DInstruction3rmi.java94 public int getStartRegister() { method in class:Instruction3rmi
H A DInstruction3rms.java94 public int getStartRegister() { method in class:Instruction3rms
H A DInstruction5rc.java100 public int getStartRegister() { method in class:Instruction5rc

Completed in 109 milliseconds