HomeSort by relevance Sort by last modified time
    Searched refs:jit (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /art/test/141-class-unload/
jni_unload.cc 21 #include "jit/jit.h"
29 jit::Jit* jit = Runtime::Current()->GetJit(); local
30 if (jit != nullptr) {
31 jit->WaitForCompilationToFinish(Thread::Current());
  /art/test/597-deopt-busy-loop/
run 18 exec ${RUN} --jit -Xcompiler-option --debuggable "${@}"
  /art/test/597-deopt-invoke-stub/
run 18 # we want to run in debuggable mode with jit compilation.
19 # We also bump up the jit threshold to 10000 to make sure that the method
21 exec ${RUN} "${@}" --jit --runtime-option -Xjitthreshold:10000 -Xcompiler-option --debuggable
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_jit_compiled_cpu_function.cc 132 XlaJitCompiledCpuFunction* jit = jit_unique_ptr.get(); local
133 jit->executable_ = std::move(executable);
134 jit->buffer_infos_ = std::move(buffer_infos);
135 jit->arg_index_table_ = std::move(arg_index_table);
136 jit->program_shape_ =
138 XlaCompiledCpuFunction::set_static_data_raw_function(&jit->static_data_,
141 &jit->static_data_, jit->buffer_infos_.data());
143 &jit->static_data_, jit->buffer_infos_.size())
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Makefile 16 UsedComponents := executionengine jit interpreter native
  /external/swiftshader/third_party/LLVM/examples/BrainF/
Makefile 13 LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
Makefile 14 LINK_COMPONENTS := jit interpreter nativecodegen
  /external/swiftshader/third_party/LLVM/examples/Fibonacci/
Makefile 14 # Link in JIT support
15 LINK_COMPONENTS := jit interpreter nativecodegen
  /external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
Makefile 13 LINK_COMPONENTS := jit interpreter nativecodegen
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Makefile 13 LINK_COMPONENTS := core jit native
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Makefile 13 LINK_COMPONENTS := core jit native
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Makefile 13 LINK_COMPONENTS := core jit native
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Makefile 14 LINK_COMPONENTS := core jit native
  /external/swiftshader/third_party/LLVM/examples/ParallelJIT/
Makefile 13 LINK_COMPONENTS := jit interpreter nativecodegen
  /art/test/566-polymorphic-inlining/
polymorphic_inline.cc 19 #include "jit/jit.h"
20 #include "jit/jit_code_cache.h"
21 #include "jit/profiling_info.h"
32 jit::Jit* jit = Runtime::Current()->GetJit(); local
33 jit::JitCodeCache* code_cache = jit->GetCodeCache();
49 jit->CompileMethod(method, soa.Self(), /*baseline=*/ false, /*osr=*/ false)
64 jit::Jit* jit = Runtime::Current()->GetJit(); local
75 jit::Jit* jit = Runtime::Current()->GetJit(); local
    [all...]
  /art/test/638-checker-inline-cache-intrinsic/
run 19 exec ${RUN} --jit --runtime-option -Xjitthreshold:100 -Xcompiler-option --verbose-methods=inlineMonomorphic,knownReceiverType,stringEquals $@
  /art/test/708-jit-cache-churn/
jit.cc 20 #include "jit/jit.h"
21 #include "jit/jit_code_cache.h"
40 jit::Jit* jit = Runtime::Current()->GetJit(); local
41 jit->WaitForCompilationToFinish(Thread::Current());
46 jit::JitCodeCache* code_cache = jit->GetCodeCache();
51 ScopedSuspendAll suspend("Removing JIT compiled method", /*long_suspend*/true)
    [all...]
  /art/test/common/
runtime_state.cc 27 #include "jit/jit.h"
28 #include "jit/jit_code_cache.h"
29 #include "jit/profiling_info.h"
44 static jit::Jit* GetJitIfEnabled() {
100 // Could be JIT, which also uses optimizing, but conservatively say no.
181 jit::Jit* jit = GetJitIfEnabled() local
198 jit::Jit* jit = GetJitIfEnabled(); local
230 jit::Jit* jit = GetJitIfEnabled(); variable
255 jit::Jit* jit = GetJitIfEnabled(); local
273 jit::Jit* jit = GetJitIfEnabled(); local
330 jit::Jit* jit = GetJitIfEnabled(); local
343 jit::Jit* jit = Runtime::Current()->GetJit(); local
350 jit::Jit* jit = Runtime::Current()->GetJit(); local
357 jit::Jit* jit = Runtime::Current()->GetJit(); local
364 jit::Jit* jit = Runtime::Current()->GetJit(); local
369 jit::Jit* jit = Runtime::Current()->GetJit(); local
    [all...]
  /external/swiftshader/third_party/LLVM/tools/lli/
Makefile 12 LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selectiondag
14 # Enable JIT support
  /external/webrtc/webrtc/p2p/client/
autoportallocator.h 33 buzz::JingleInfoTask* jit = new buzz::JingleInfoTask(client); local
34 jit->SignalJingleInfo.connect(this, &AutoPortAllocator::OnJingleInfo);
35 jit->Start();
36 jit->RefreshJingleInfoNow();
  /art/tools/golem/
env 43 ALL_TARGETS=(art-interpreter art-opt art-jit art-jit-cc art-opt-cc art-opt-debuggable art-vdex)
  /external/swiftshader/src/Reactor/
LLVMRoutine.hpp 61 LLVMReactorJIT *jit, uint64_t key)
62 : entry(ent), dtor(callback), reactorJIT(jit), moduleKey(key)
  /external/tensorflow/tensorflow/contrib/compiler/
__init__.py 15 """A module for controlling the Tensorflow/XLA JIT compiler."""
21 from tensorflow.contrib.compiler import jit
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
Makefile 1 ##===- unittests/ExecutionEngine/JIT/Makefile --------------*- Makefile -*-===##
11 TESTNAME = JIT
12 LINK_COMPONENTS := asmparser bitreader bitwriter core jit native support
17 # Permit these tests to use the JIT's symbolic lookup.
  /art/test/570-checker-osr/
osr.cc 18 #include "jit/jit.h"
19 #include "jit/jit_code_cache.h"
20 #include "jit/profiling_info.h"
57 jit::Jit* jit = Runtime::Current()->GetJit(); local
58 if (jit == nullptr) {
59 // Just return true for non-jit configurations to stop the infinite loop.
81 // The return value is irrelevant if we're not using JIT
    [all...]

Completed in 195 milliseconds

1 2 3 4 5