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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java173 public static final Dop CONST_STRING = field in class:Dops
174 new Dop(Opcodes.CONST_STRING, Opcodes.CONST_STRING,
178 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
1132 set(CONST_STRING);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java166 public static final Info CONST_STRING = field in class:OpcodeInfo
167 new Info(Opcodes.CONST_STRING, "const-string",
1131 set(CONST_STRING);
H A DOpcodes.java70 public static final int CONST_STRING = 0x1a; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java63 CONST_STRING((byte)0x1a, "const-string", ReferenceType.string, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 743 milliseconds