Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DJumboStringConversionTest.java69 methodBuilder.addInstruction(new BuilderInstruction21c(Opcode.CONST_STRING, 0, in testJumboStringConversion()
110 Assert.assertEquals(Opcode.CONST_STRING, instructions.get(i).getOpcode()); in testJumboStringConversion()
143 return Opcode.CONST_STRING; in testJumboStringConversion_NonMethodBuilder()
207 Assert.assertEquals(Opcode.CONST_STRING, actualInstructions.get(i).getOpcode()); in testJumboStringConversion_NonMethodBuilder()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java54 …/*06: 0x07*/ new ImmutableInstruction21c(Opcode.CONST_STRING, 8, new ImmutableStringReference("bla… in testInstructionOffsetMap()
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java70 public static final int CONST_STRING = 0x1a; field in Opcodes
DOpcodeInfo.java166 public static final Info CONST_STRING = field in OpcodeInfo
167 new Info(Opcodes.CONST_STRING, "const-string",
1131 set(CONST_STRING);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java173 public static final Dop CONST_STRING = field in Dops
174 new Dop(Opcodes.CONST_STRING, Opcodes.CONST_STRING,
178 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
1132 set(CONST_STRING);
DRopToDop.java579 return Dops.CONST_STRING; in dopFor()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java737 if (instruction.getOpcode() == Opcode.CONST_STRING) {
785 if (instruction.getOpcode() == Opcode.CONST_STRING) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java62CONST_STRING((short)0x1a, "const-string", ReferenceType.STRING, Format.Format21c, Opcode.CAN_THROW… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java595 case CONST_STRING: