Home
last modified time | relevance | path

Searched refs:CONST_STRING_JUMBO (Results 1 – 8 of 8) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DJumboStringConversionTest.java115 Assert.assertEquals(Opcode.CONST_STRING_JUMBO, instructions.get(i).getOpcode()); in testJumboStringConversion()
212 Assert.assertEquals(Opcode.CONST_STRING_JUMBO, actualInstructions.get(i).getOpcode()); in testJumboStringConversion_NonMethodBuilder()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java67 /*18: 0x20*/ new ImmutableInstruction31c(Opcode.CONST_STRING_JUMBO, 25, in testInstructionOffsetMap()
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java71 public static final int CONST_STRING_JUMBO = 0x1b; field in Opcodes
DOpcodeInfo.java170 public static final Info CONST_STRING_JUMBO = field in OpcodeInfo
171 new Info(Opcodes.CONST_STRING_JUMBO, "const-string/jumbo",
1132 set(CONST_STRING_JUMBO);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java175 Opcodes.CONST_STRING_JUMBO, Form21c.THE_ONE, true);
177 public static final Dop CONST_STRING_JUMBO = field in Dops
178 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
1133 set(CONST_STRING_JUMBO);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java788 … methodImplementation.replaceInstruction(i, new BuilderInstruction31c(Opcode.CONST_STRING_JUMBO,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java63CONST_STRING_JUMBO((short)0x1b, "const-string/jumbo", ReferenceType.STRING, Format.Format31c, Opco… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java596 case CONST_STRING_JUMBO: