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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java1402 verifyBinaryOp(analyzedInstruction, Primitive32BitCategories, Primitive32BitCategories);
1412 verifyBinaryOp(analyzedInstruction, WideLowCategories, WideLowCategories);
1417 verifyBinaryOp(analyzedInstruction, WideLowCategories, Primitive32BitCategories);
1424 verifyBinaryOp(analyzedInstruction, Primitive32BitCategories, Primitive32BitCategories);
1431 verifyBinaryOp(analyzedInstruction, WideLowCategories, WideLowCategories);
3196 private void verifyBinaryOp(AnalyzedInstruction analyzedInstruction, EnumSet validSource1Categories, method in class:MethodAnalyzer

Completed in 61 milliseconds