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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java175 Opcodes.CONST_STRING_JUMBO, Form21c.THE_ONE, true);
177 public static final Dop CONST_STRING_JUMBO = field in class:Dops
178 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
1133 set(CONST_STRING_JUMBO);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java170 public static final Info CONST_STRING_JUMBO = field in class:OpcodeInfo
171 new Info(Opcodes.CONST_STRING_JUMBO, "const-string/jumbo",
1132 set(CONST_STRING_JUMBO);
H A DOpcodes.java71 public static final int CONST_STRING_JUMBO = 0x1b; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java64 CONST_STRING_JUMBO((byte)0x1b, "const-string/jumbo", ReferenceType.string, Format.Format31c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 24 milliseconds