HomeSort by relevance Sort by last modified time
    Searched full:const_string (Results 1 - 25 of 54) sorted by null

1 2 3

  /art/test/418-const-string/
info.txt 1 Small test case for testing CONST_STRING.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string/
Test_const_string.java 17 package dot.junit.opcodes.const_string;
21 import dot.junit.opcodes.const_string.d.T_const_string_1;
41 load("dot.junit.opcodes.const_string.d.T_const_string_3", VerifyError.class);
51 load("dot.junit.opcodes.const_string.d.T_const_string_4", VerifyError.class);
59 load("dot.junit.opcodes.const_string.d.T_const_string_5", VerifyError.class);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string/d/
T_const_string_1.java 17 package dot.junit.opcodes.const_string.d;
T_const_string_1.d 16 .class public dot.junit.opcodes.const_string.d.T_const_string_1
T_const_string_3.d 16 .class public dot.junit.opcodes.const_string.d.T_const_string_3
T_const_string_4.d 16 .class public dot.junit.opcodes.const_string.d.T_const_string_4
T_const_string_5.d 16 .class public dot.junit.opcodes.const_string.d.T_const_string_5
T_const_string_5.dfh 1 // Processing 'dalvik-opcodes/out/classes_dasm/dot/junit/opcodes/const_string/d/T_const_string_5.dex'...
2 // Opened 'dalvik-opcodes/out/classes_dasm/dot/junit/opcodes/const_string/d/T_const_string_5.dex', DEX version '035'
57 // parsed: offset 120, len 4: [2] string_data_off: 303 (0x00012f) "Ldot/junit/opcodes/const_string/d/T_const_string_5;"
73 // parsed: offset 148, len 4: [0] descriptor_idx: 2 (0x000002) "Ldot/junit/opcodes/const_string/d/T_const_string_5;"
106 // class_idx: 0 "Ldot/junit/opcodes/const_string/d/T_const_string_5;"
116 // CODE_ITEM for "dot.junit.opcodes.const_string.d.T_const_string_5.<init>"
136 // CODE_ITEM for "dot.junit.opcodes.const_string.d.T_const_string_5.run"
163 // parsed: offset 303, len 53: TYPE_STRING_DATA_ITEM [2] "Ldot/junit/opcodes/const_string/d/T_const_string_5;"
177 // CLASS_DATA_ITEM for class [0] "Ldot/junit/opcodes/const_string/d/T_const_string_5;"
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format21c.java 67 if (info.opcode == Opcode.CONST_STRING) {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java 69 methodBuilder.addInstruction(new BuilderInstruction21c(Opcode.CONST_STRING, 0,
110 Assert.assertEquals(Opcode.CONST_STRING, instructions.get(i).getOpcode());
143 return Opcode.CONST_STRING;
207 Assert.assertEquals(Opcode.CONST_STRING, actualInstructions.get(i).getOpcode());
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 46 CONST_STRING,
CodeItem.java 152 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) {
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
NonsenseStringPrinter.java 123 constStringInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_STRING);
ValuePrinter.java 217 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) {
  /external/smali/dexlib2/src/main/ragel/
Opcodes.rl 27 define const_string 26
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 54 /*06: 0x07*/ new ImmutableInstruction21c(Opcode.CONST_STRING, 8, new ImmutableStringReference("blah")),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 335 DEF_RTL_EXPR(CONST_STRING, "const_string", "s", RTX_OBJ)
    [all...]
  /art/compiler/optimizing/
intrinsics_arm64.cc 1483 const char* const_string = GetConstString(invoke->InputAt(0), &const_string_length); local
1550 const char* const_string = GetConstString(invoke->InputAt(0), &const_string_length); local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 265 case ConstPool.CONST_String:
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 73 // Opcodes.CONST_STRING
253 * into either CONST_STRING or CONST_CLASS.
582 return Dops.CONST_STRING;
Dops.java 172 public static final Dop CONST_STRING =
173 new Dop(Opcodes.CONST_STRING, Opcodes.CONST_STRING,
177 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
    [all...]
OutputFinisher.java 565 * Don't break out for const_string to generate jumbo version
569 guess.getOpcode() != Opcodes.CONST_STRING) {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 169 public static final Dop CONST_STRING =
170 new Dop(DalvOps.CONST_STRING, DalvOps.CONST_STRING,
174 new Dop(DalvOps.CONST_STRING_JUMBO, DalvOps.CONST_STRING,
    [all...]
RopToDop.java 80 * into either CONST_STRING or CONST_CLASS.
407 return Dops.CONST_STRING;
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 166 public static final Info CONST_STRING =
167 new Info(Opcodes.CONST_STRING, "const-string",
    [all...]

Completed in 1815 milliseconds

1 2 3