Searched refs:CONST_STRING (Results 1 – 9 of 9) sorted by relevance
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
D | JumboStringConversionTest.java | 69 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/ |
D | InstructionOffsetMapTest.java | 54 …/*06: 0x07*/ new ImmutableInstruction21c(Opcode.CONST_STRING, 8, new ImmutableStringReference("bla… in testInstructionOffsetMap()
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Opcodes.java | 70 public static final int CONST_STRING = 0x1a; field in Opcodes
|
D | OpcodeInfo.java | 166 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/ |
D | Dops.java | 173 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);
|
D | RopToDop.java | 579 return Dops.CONST_STRING; in dopFor()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | DexWriter.java | 737 if (instruction.getOpcode() == Opcode.CONST_STRING) { 785 if (instruction.getOpcode() == Opcode.CONST_STRING) {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 62 …CONST_STRING((short)0x1a, "const-string", ReferenceType.STRING, Format.Format21c, Opcode.CAN_THROW… enumConstant
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 595 case CONST_STRING:
|