Searched refs:analyzeBinaryOp (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DMethodAnalyzer.java816 analyzeBinaryOp(analyzedInstruction, RegisterType.INTEGER_TYPE, false);
821 analyzeBinaryOp(analyzedInstruction, RegisterType.INTEGER_TYPE, true);
834 analyzeBinaryOp(analyzedInstruction, RegisterType.LONG_LO_TYPE, false);
841 analyzeBinaryOp(analyzedInstruction, RegisterType.FLOAT_TYPE, false);
848 analyzeBinaryOp(analyzedInstruction, RegisterType.DOUBLE_LO_TYPE, false);
1289 private void analyzeBinaryOp(@Nonnull AnalyzedInstruction analyzedInstruction, method in class:MethodAnalyzer

Completed in 24 milliseconds