HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 226 - 250 of 974) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/docs/CommandGuide/
lli.rst 18 available for the current architecture, or an interpreter. **lli** takes all of
40 **-force-interpreter**\ =\ *{false,true}*
42 If set to true, use the interpreter even if a just-in-time compiler is available
  /art/runtime/mirror/
art_method.cc 25 #include "interpreter/interpreter.h"
278 // stack. Continue execution in the interpreter.
283 interpreter::EnterInterpreterFromDeoptimize(self, shadow_frame, result);
  /art/test/
run-test 94 elif [ "x$1" = "x--interpreter" ]; then
95 run_args="${run_args} --interpreter"
179 echo " --interpreter Enable interpreter only mode (off by default)."
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 31 bxne r12 @ bail to the interpreter
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_CHAIN.S 38 jr t2 # bail to the interpreter
  /dalvik/vm/mterp/mips/
entry.S 18 * Interpreter entry point.
  /development/scripts/gdb/
dalvik.gdb 50 interpreter and JIT'ed code).
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRFileStream.js 4 * Currently this class can only be used in the Rhino JS interpreter.
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.h 21 * Interface file for BTA AG AT command interpreter.
  /external/chromium_org/chrome/installer/mac/
make_signers.sh 18 # that might impact the interpreter's operation. The |bash -p| invocation
sign_app.sh.in 15 # that might impact the interpreter's operation. The |bash -p| invocation
  /external/chromium_org/testing/gtest_ios/
run-unittest.sh 10 # that might impact the interpreter's operation. The |bash -p| invocation
  /external/chromium_org/third_party/npapi/npspy/extern/java/
javaThreads.h 41 #include "interpreter.h"
  /external/chromium_org/tools/gn/
value.h 15 // Represents a variable value in the interpreter.
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-non-greedy-parentheses-expected.txt 24 Test for regression against Wrong result in case of non-iterative matching of subpatterns in non-greedy cases in YARR Interpreter
regexp-non-greedy-parentheses.js 25 'Test for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=39289">Wrong result in case of non-iterative matching of subpatterns in non-greedy cases in YARR Interpreter</a>'
  /external/freetype/src/cff/
cf2intrp.h 5 /* Adobe's CFF Interpreter (specification). */
  /external/kernel-headers/original/linux/
binfmts.h 46 /* fd of the binary should be passed to the interpreter */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 46 (* Run the main "interpreter loop" now. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 46 (* Run the main "interpreter loop" now. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 46 (* Run the main "interpreter loop" now. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 50 (* Run the main "interpreter loop" now. *)
  /external/llvm/include/llvm/CodeGen/
IntrinsicLowering.h 12 // having to modify all of the C backend or interpreter.
  /external/llvm/lib/Target/
LLVMBuild.txt 23 ; interpreter).
  /external/valgrind/main/coregrind/m_ume/
main.c 232 // Something went wrong with executing the default interpreter
233 VG_(fmsg)("%s: bad interpreter (%s): %s\n",
252 // Did it start with "#!"? If so, it must have been a bad interpreter.
254 VG_(fmsg)("%s: bad interpreter: %s\n", exe_name, VG_(strerror)(ret));

Completed in 2391 milliseconds

1 2 3 4 5 6 7 8 91011>>