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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DAnalyzedInstruction.java303 int destinationRegister = getDestinationRegister();
314 public int getDestinationRegister() { method in class:AnalyzedInstruction
316 throw new ExceptionWithContext("Cannot call getDestinationRegister() for an instruction that doesn't " +

Completed in 48 milliseconds