HomeSort by relevance Sort by last modified time
    Searched refs:jit (Results 51 - 62 of 62) sorted by null

1 23

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 10 let the_module = create_module context "my cool jit"
  /external/v8/test/mjsunit/es6/
array-of.js 5 // Based on Mozilla Array.of() tests at http://dxr.mozilla.org/mozilla-central/source/js/src/jit-test/tests/collections
  /art/cmdline/
cmdline_types.h 599 } else if (verbose_options[j] == "jit") {
600 log_verbosity.jit = true;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 10 let the_module = create_module context "my cool jit"
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 24 #include "jit/jit.h"
73 if (jit::Jit::MaybeDoOnStackReplacement(self, method, dex_pc, offset, &result)) { \
80 if (jit != nullptr) { \
81 jit->AddSamples(self, method, 1, /*with_backedges*/ true); \
197 jit::Jit* jit = Runtime::Current()->GetJit(); local
    [all...]
interpreter_switch_impl.cc 20 #include "jit/jit.h"
78 if (jit::Jit::MaybeDoOnStackReplacement(self, method, dex_pc, offset, &result)) { \
89 if (jit != nullptr) { \
90 jit->AddSamples(self, method, 1, /*with_backedges*/ true); \
116 jit::Jit* jit = Runtime::Current()->GetJit(); local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 10 let the_module = create_module context "my cool jit"
  /art/build/
Android.gtest.mk 236 runtime/jit/profile_compilation_info_test.cc \
  /external/pcre/dist/
pcretest.c 491 pcre_config(), and the JIT stack functions, when it doesn't matter which
4386 int jit; local
    [all...]
configure     [all...]
  /external/v8/
Android.v8common.mk 197 src/gdb-jit.cc \
  /art/runtime/
class_linker.cc 61 #include "jit/jit.h"
62 #include "jit/jit_code_cache.h"
63 #include "jit/offline_profiling_info.h"
    [all...]

Completed in 1439 milliseconds

1 23