Home
last modified time | relevance | path

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

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DInstructionMethodItem.java69 private boolean isAllowedOdex(@Nonnull Opcode opcode) { in isAllowedOdex() method in InstructionMethodItem
190 if (!isAllowedOdex(opcode)) { in writeTo()