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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java441 public static final Dop SGET_BOOLEAN = field in class:Dops
442 new Dop(Opcodes.SGET_BOOLEAN, Opcodes.SGET_BOOLEAN,
1034 new Dop(Opcodes.SGET_BOOLEAN_JUMBO, Opcodes.SGET_BOOLEAN,
1199 set(SGET_BOOLEAN);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java434 public static final Info SGET_BOOLEAN = field in class:OpcodeInfo
435 new Info(Opcodes.SGET_BOOLEAN, "sget-boolean",
1198 set(SGET_BOOLEAN);
H A DOpcodes.java137 public static final int SGET_BOOLEAN = 0x63; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java130 SGET_BOOLEAN((byte)0x63, "sget-boolean", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 52 milliseconds