Searched defs:GOTO_16 (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java231 Opcodes.GOTO_16, Form10t.THE_ONE, false);
233 public static final Dop GOTO_16 = field in class:Dops
234 new Dop(Opcodes.GOTO_16, Opcodes.GOTO,
1147 set(GOTO_16);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java226 public static final Info GOTO_16 = field in class:OpcodeInfo
227 new Info(Opcodes.GOTO_16, "goto/16",
1146 set(GOTO_16);
H A DOpcodes.java85 public static final int GOTO_16 = 0x29; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java78 GOTO_16((byte)0x29, "goto/16", ReferenceType.none, Format.Format20t), enum constant in enum:Opcode

Completed in 59 milliseconds