Searched defs:SGET_JUMBO (Results 1 - 3 of 3) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java431 Opcodes.SGET_JUMBO, Form21c.THE_ONE, true);
1021 public static final Dop SGET_JUMBO = field in class:Dops
1022 new Dop(Opcodes.SGET_JUMBO, Opcodes.SGET,
1344 set(SGET_JUMBO);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java1014 public static final Info SGET_JUMBO = field in class:OpcodeInfo
1015 new Info(Opcodes.SGET_JUMBO, "sget/jumbo",
1343 set(SGET_JUMBO);
H A DOpcodes.java282 public static final int SGET_JUMBO = 0x14ff; field in class:Opcodes

Completed in 58 milliseconds