Home
last modified time | relevance | path

Searched refs:CONST_STRING (Results 1 – 5 of 5) 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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java796 if (instruction.getOpcode() == Opcode.CONST_STRING) {
851 if (instruction.getOpcode() == Opcode.CONST_STRING) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java70CONST_STRING(0x1a, "const-string", ReferenceType.STRING, Format.Format21c, Opcode.CAN_THROW | Opco… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java654 case CONST_STRING: