HomeSort by relevance Sort by last modified time
    Searched refs:CONST_STRING_JUMBO (Results 1 - 25 of 28) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 77 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
88 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
99 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
110 boolean isJumbo = (one.getOpcode() == Opcodes.CONST_STRING_JUMBO);
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java 115 Assert.assertEquals(Opcode.CONST_STRING_JUMBO, instructions.get(i).getOpcode());
212 Assert.assertEquals(Opcode.CONST_STRING_JUMBO, actualInstructions.get(i).getOpcode());
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
CodeItem.java 152 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) {
Opcode.java 47 CONST_STRING_JUMBO,
Instruction.java 347 addOpcodeInfo(Opcode.CONST_STRING_JUMBO, "const-string/jumbo", 0x1b, new Format31c());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 67 /*18: 0x20*/ new ImmutableInstruction31c(Opcode.CONST_STRING_JUMBO, 25,
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
ValuePrinter.java 217 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) {
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 72 public static final int CONST_STRING_JUMBO = 0x1b;
OpcodeInfo.java 170 public static final Info CONST_STRING_JUMBO =
171 new Info(Opcodes.CONST_STRING_JUMBO, "const-string/jumbo",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 61 public static final int CONST_STRING_JUMBO = 0x1b;
Dops.java 173 public static final Dop CONST_STRING_JUMBO =
174 new Dop(DalvOps.CONST_STRING_JUMBO, DalvOps.CONST_STRING,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 174 Opcodes.CONST_STRING_JUMBO, Form21c.THE_ONE, true);
176 public static final Dop CONST_STRING_JUMBO =
177 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
    [all...]
  /art/tools/dexanalyze/
dexanalyze_bytecode.cc 293 case Instruction::CONST_STRING_JUMBO: {
294 const bool is_jumbo = opcode == Instruction::CONST_STRING_JUMBO;
dexanalyze_experiments.cc 371 case Instruction::CONST_STRING_JUMBO: {
  /art/dexlayout/
dexlayout_test.cc     [all...]
  /art/libdexfile/dex/
dex_instruction.cc 345 if (Opcode() == CONST_STRING_JUMBO) {
dex_instruction_list.h 49 V(0x1B, CONST_STRING_JUMBO, "const-string/jumbo", k31c, kIndexStringRef, kContinue | kThrow, 0, kVerifyRegA | kVerifyRegBString) \
  /external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
SmalideaMethodTest.java 249 Assert.assertEquals(Opcode.CONST_STRING_JUMBO, instruction.getOpcode());
  /art/tools/veridex/
flow_analysis.cc 309 case Instruction::CONST_STRING_JUMBO: {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 71 CONST_STRING_JUMBO(0x1b, "const-string/jumbo", ReferenceType.STRING, Format.Format31c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 655 case CONST_STRING_JUMBO:
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/dex2oat/driver/
compiler_driver.cc 725 case Instruction::CONST_STRING_JUMBO: {
    [all...]
  /art/dex2oat/
dex2oat_test.cc     [all...]

Completed in 353 milliseconds

1 2