Searched refs:CONST_STRING (Results 1 - 9 of 9) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DJumboStringConversionTest.java69 methodBuilder.addInstruction(new BuilderInstruction21c(Opcode.CONST_STRING, 0,
110 Assert.assertEquals(Opcode.CONST_STRING, instructions.get(i).getOpcode());
143 return Opcode.CONST_STRING;
207 Assert.assertEquals(Opcode.CONST_STRING, actualInstructions.get(i).getOpcode());
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
H A DInstructionOffsetMapTest.java54 /*06: 0x07*/ new ImmutableInstruction21c(Opcode.CONST_STRING, 8, new ImmutableStringReference("blah")),
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java70 public static final int CONST_STRING = 0x1a; field in class:Opcodes
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);
/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);
H A DRopToDop.java74 // Opcodes.CONST_STRING
252 * into either CONST_STRING or CONST_CLASS.
579 return Dops.CONST_STRING;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexWriter.java781 if (instruction.getOpcode() == Opcode.CONST_STRING) {
829 if (instruction.getOpcode() == Opcode.CONST_STRING) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DOpcode.java70 CONST_STRING(0x1a, "const-string", ReferenceType.STRING, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DMethodAnalyzer.java635 case CONST_STRING:

Completed in 136 milliseconds