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

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java285 public static final int SGET_BOOLEAN_JUMBO = 0x17ff; field in class:Opcodes
H A DOpcodeInfo.java1026 public static final Info SGET_BOOLEAN_JUMBO = field in class:OpcodeInfo
1027 new Info(Opcodes.SGET_BOOLEAN_JUMBO, "sget-boolean/jumbo",
1346 set(SGET_BOOLEAN_JUMBO);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java443 Opcodes.SGET_BOOLEAN_JUMBO, Form21c.THE_ONE, true);
1033 public static final Dop SGET_BOOLEAN_JUMBO = field in class:Dops
1034 new Dop(Opcodes.SGET_BOOLEAN_JUMBO, Opcodes.SGET_BOOLEAN,
1347 set(SGET_BOOLEAN_JUMBO);

Completed in 530 milliseconds