HomeSort by relevance Sort by last modified time
    Searched refs:JIT (Results 26 - 45 of 45) sorted by null

12

  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 11 // interface. It registers a mock JIT event listener, generates a module from
50 "Error: The JIT event listener did not provide a event data.";
79 "Error: The JIT event listener did not provide a event data.";
111 // usable by the JIT.
142 .setEngineKind(EngineKind::JIT)
169 // Destroy the JIT engine instead of unregistering to get unload events.
188 cl::ParseCommandLineOptions(argc, argv, "llvm jit event listener test utility\n");
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 93 /// designed to support both interpreter and just-in-time (JIT) compiler
106 /// Whether lazy JIT compilation is enabled.
109 /// Whether JIT compilation of external global variables is allowed.
112 /// Whether the JIT should perform lookups of external symbols (e.g.,
116 /// Whether the JIT should verify IR modules during compilation.
122 /// The list of Modules that we are JIT'ing from. We use a SmallVector to
148 /// pointer is invoked to create it. If this returns null, the JIT will
166 /// Add a Module to the list of modules that we can JIT from.
223 /// Map the address of a JIT section as returned from the memory manager
279 /// at the specified location. This is used internally as functions are JIT'
    [all...]
  /external/v8/test/webkit/
dfg-min-max.js 25 "This tests that Math.min and Math.max for doubles works correctly in the DFG JIT."
mod-crash.js 51 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 576 // JIT Implementation of AbstractIntepreter interface
579 class JIT : public AbstractInterpreter {
583 JIT(const std::string &Path, const std::vector<std::string> *Args)
603 int JIT::ExecuteProgram(const std::string &Bitcode,
631 outs() << "<jit>"; outs().flush();
651 return new JIT(LLIPath, Args);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 43 #define DEBUG_TYPE "jit"
192 DEBUG(dbgs() << "JIT: Map \'" << Name << "\' to [" << Addr << "]\n";);
324 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array.get() << "\n");
330 DEBUG(dbgs() << "JIT: ARGV[" << i << "] = " << (void*)Dest.get() << "\n");
498 // create, we assume they only want the JIT, and we fail if they only want
501 if (WhichEngine & EngineKind::JIT)
502 WhichEngine = EngineKind::JIT;
510 // Unless the interpreter was explicitly selected or the JIT is not linked,
511 // try making a JIT.
512 if ((WhichEngine & EngineKind::JIT) && TheTM)
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 322 TheJIT.reset(EB.setEngineKind(EngineKind::JIT)
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 170 (** Returns [true] if the target has a JIT. *)
  /external/v8/tools/
codemap.js 36 * Dynamic code entries. Used for JIT compiled code.
profile.js 128 * Registers dynamic (JIT-compiled) code entry.
144 * Registers dynamic (JIT-compiled) code entry.
  /external/libunwind/doc/
libunwind.tex 259 just-in-time (JIT) compiler). It is important to register the
266 performance impact on JIT-compilers. In particular, both routines are
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 252 error.SetErrorString("Couldn't write the JIT compiled code into the process because the process is invalid");
279 log->Printf ("Module being sent to JIT: \n%s", s.c_str());
303 builder.setEngineKind(llvm::EngineKind::JIT)
329 error.SetErrorStringWithFormat("Couldn't JIT the function: %s", error_string.c_str());
  /external/llvm/tools/lli/
lli.cpp 12 // compiler, or through an interpreter if no JIT is available for this platform.
80 cl::desc("Force interpretation: disable JIT"),
83 cl::opt<JITKind> UseJITKind("jit-kind",
84 cl::desc("Choose underlying JIT kind."),
94 "Orc-based lazy JIT."),
98 // the JIT compilation process. Use a forked process and a copying
187 cl::desc("Disable JIT lazy compilation"),
210 "Target default JIT code model"),
245 EmitJitDebugInfo("jit-emit-debug",
251 EmitJitDebugInfoToDisk("jit-emit-debug-to-disk"
    [all...]
  /art/test/
Android.run-test.mk 115 COMPILER_TYPES += jit
396 # Known broken tests for the JIT.
397 # CFI unwinding expects managed frames, and the test does not iterate enough to even compile. JIT
402 ifneq (,$(filter jit,$(COMPILER_TYPES)))
404 jit,$(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
597 # {4: interpreter default optimizing jit}-{5: relocate nrelocate relocate-npatchoat}-
669 ifeq ($(4),jit)
671 run_test_options += --jit
744 ifeq ($(4),jit)
745 # Use interpreter image for JIT
    [all...]
  /external/valgrind/none/tests/
cmdline2.stdout.exp 182 --px-file-backed=mode optional setting for file-backed (non-JIT) code
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/llvm/
configure 704 JIT
    [all...]
  /external/pcre/dist/
configure     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 4238 milliseconds

12