HomeSort by relevance Sort by last modified time
    Searched full:const_string (Results 51 - 75 of 93) sorted by null

1 23 4

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 167 public static final Dop CONST_STRING =
168 new Dop(DalvOps.CONST_STRING, DalvOps.CONST_STRING,
172 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;
DalvOps.java 60 public static final int CONST_STRING = 0x1a;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 170 public static final Dop CONST_STRING =
171 new Dop(Opcodes.CONST_STRING, Opcodes.CONST_STRING,
175 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
    [all...]
OutputFinisher.java 530 * Don't break out for const_string to generate jumbo version
534 guess.getOpcode() != Opcodes.CONST_STRING) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 173 public static final Dop CONST_STRING =
174 new Dop(Opcodes.CONST_STRING, Opcodes.CONST_STRING,
178 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,
    [all...]
  /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...]
Opcodes.java 70 public static final int CONST_STRING = 0x1a;
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 166 public static final Info CONST_STRING =
167 new Info(Opcodes.CONST_STRING, "const-string",
    [all...]
Opcodes.java 70 public static final int CONST_STRING = 0x1a;
  /art/runtime/
dex_instruction.cc 181 case CONST_STRING:
dex_instruction_list.h 47 V(0x1A, CONST_STRING, "const-string", k21c, true, kStringRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBString) \
  /external/llvm/test/Bindings/OCaml/
core.ml 149 (* CHECK: @const_string = global {{.*}}c"cruel\00world"
152 let c = const_string context "cruel\000world" in
153 ignore (define_global "const_string" c m);
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java     [all...]
  /art/compiler/dex/quick/
quick_compiler.cc 164 Instruction::CONST_STRING,
mir_to_lir.cc 642 case Instruction::CONST_STRING:
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java 76 suite.addTestSuite(dot.junit.opcodes.const_string.Test_const_string.class);
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 755 case ConstPool.CONST_String:
    [all...]
  /art/compiler/dex/
gvn_dead_code_elimination.cc     [all...]
mir_analysis.cc 153 // 1A CONST_STRING vAA, string@BBBB
    [all...]
mir_dataflow.cc 110 // 1A CONST_STRING vAA, string@BBBB
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 346 addOpcodeInfo(Opcode.CONST_STRING, "const-string", 0x1a, new Format21c());
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 278 if (tag == ConstPool.CONST_String)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
execution_monitor.ipp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
genrtl.h 925 gen_rtx_fmt_s (CONST_STRING, (MODE), (ARG0))
    [all...]

Completed in 1846 milliseconds

1 23 4