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

1 23 4

  /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/compiler/sea_ir/ir/
instruction_tools.cc 107 // 1A CONST_STRING vAA, string@BBBB
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 60 public static final int CONST_STRING = 0x1a;
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 118 (* CHECK: @const_string = global {{.*}}c"cruel\00world"
121 let c = const_string context "cruel\000world" in
122 ignore (define_global "const_string" c m);
    [all...]
  /art/compiler/dex/
local_value_numbering.cc 78 case Instruction::CONST_STRING:
mir_analysis.cc 102 // 1A CONST_STRING vAA, string@BBBB
mir_dataflow.cc 111 // 1A CONST_STRING vAA, string@BBBB
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 212 case Instruction::CONST_STRING:
  /art/runtime/
dex_instruction.cc 412 case CONST_STRING:
dex_instruction_list.h 47 V(0x1A, CONST_STRING, "const-string", k21c, true, kStringRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBString) \
  /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...]
  /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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
genrtl.h 901 gen_rtx_fmt_s (CONST_STRING, (MODE), (ARG0))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
genrtl.h 901 gen_rtx_fmt_s (CONST_STRING, (MODE), (ARG0))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
genrtl.h 901 gen_rtx_fmt_s (CONST_STRING, (MODE), (ARG0))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
genrtl.h 901 gen_rtx_fmt_s (CONST_STRING, (MODE), (ARG0))
    [all...]
  /external/javassist/src/main/javassist/
CtField.java 395 case ConstPool.CONST_String :
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 82 public static final int CONST_String = StringInfo.tag;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 742 (** [const_string c s] returns the constant [i8] array with the values of the
747 val const_string : llcontext -> string -> llvalue var
    [all...]
llvm.ml 409 external const_string : llcontext -> string -> llvalue = "llvm_const_string"
    [all...]

Completed in 1318 milliseconds

1 23 4