Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDop.java62 if (!Opcodes.isValidShape(opcode)) { in Dop()
66 if (!Opcodes.isValidShape(family)) { in Dop()
70 if (!Opcodes.isValidShape(nextOpcode)) { in Dop()
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java342 public static boolean isValidShape(int opcode) { in isValidShape() method in Opcodes
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DDecodedInstruction.java107 if (!Opcodes.isValidShape(opcode)) { in DecodedInstruction()