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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java1338 verifyUnaryOp(analyzedInstruction, Primitive32BitCategories);
1342 verifyUnaryOp(analyzedInstruction, WideLowCategories);
1345 verifyUnaryOp(analyzedInstruction, Primitive32BitCategories);
1348 verifyUnaryOp(analyzedInstruction, WideLowCategories);
1351 verifyUnaryOp(analyzedInstruction, Primitive32BitCategories);
1354 verifyUnaryOp(analyzedInstruction, Primitive32BitCategories);
1357 verifyUnaryOp(analyzedInstruction, Primitive32BitCategories);
1361 verifyUnaryOp(analyzedInstruction, WideLowCategories);
1365 verifyUnaryOp(analyzedInstruction, WideLowCategories);
1368 verifyUnaryOp(analyzedInstructio
3169 private void verifyUnaryOp(AnalyzedInstruction analyzedInstruction, EnumSet validSourceCategories) { method in class:MethodAnalyzer
[all...]

Completed in 99 milliseconds