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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DAnalyzedInstruction.java360 RegisterType preInstructionDestRegisterType = getPreInstructionRegisterType(destinationRegister);
365 RegisterType preInstructionRegisterType = getPreInstructionRegisterType(registerNumber);
382 return preInstructionDestRegisterType.equals(getPreInstructionRegisterType(registerNumber));
502 RegisterType preInstructionDestRegisterType = getPreInstructionRegisterType(destinationRegister);
633 public RegisterType getPreInstructionRegisterType(int registerNumber) { method in class:AnalyzedInstruction

Completed in 97 milliseconds