Home
last modified time | relevance | path

Searched refs:preInstructionDestRegisterType (Results 1 – 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DAnalyzedInstruction.java360 … RegisterType preInstructionDestRegisterType = getPreInstructionRegisterType(destinationRegister); field in AnalyzedInstruction
361 if (preInstructionDestRegisterType.category == RegisterType.UNKNOWN) {
372 if (preInstructionDestRegisterType.category != RegisterType.UNINIT_REF &&
373 preInstructionDestRegisterType.category != RegisterType.UNINIT_THIS) {
382 … return preInstructionDestRegisterType.equals(getPreInstructionRegisterType(registerNumber));
502 … RegisterType preInstructionDestRegisterType = getPreInstructionRegisterType(destinationRegister);
503 if (preInstructionDestRegisterType.category == RegisterType.UNINIT_REF ||
504 preInstructionDestRegisterType.category == RegisterType.UNINIT_THIS) {
525 } else if (preInstructionDestRegisterType.category == RegisterType.UNKNOWN) {