Searched refs:CONST_STRING_JUMBO (Results 1 – 8 of 8) sorted by relevance
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
D | JumboStringConversionTest.java | 115 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/ |
D | InstructionOffsetMapTest.java | 67 /*18: 0x20*/ new ImmutableInstruction31c(Opcode.CONST_STRING_JUMBO, 25, in testInstructionOffsetMap()
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Opcodes.java | 71 public static final int CONST_STRING_JUMBO = 0x1b; field in Opcodes
|
D | OpcodeInfo.java | 170 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/ |
D | Dops.java | 175 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/ |
D | DexWriter.java | 788 … methodImplementation.replaceInstruction(i, new BuilderInstruction31c(Opcode.CONST_STRING_JUMBO,
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 63 …CONST_STRING_JUMBO((short)0x1b, "const-string/jumbo", ReferenceType.STRING, Format.Format31c, Opco… enumConstant
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 596 case CONST_STRING_JUMBO:
|