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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java1146 verifySwitch(analyzedInstruction, Format.PackedSwitchData);
1149 verifySwitch(analyzedInstruction, Format.SparseSwitchData);
2188 private void verifySwitch(AnalyzedInstruction analyzedInstruction, Format expectedSwitchDataFormat) { method in class:MethodAnalyzer

Completed in 41 milliseconds