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

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

Completed in 154 milliseconds