HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 1 - 25 of 638) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/examples/
CMakeLists.txt 1 add_subdirectory(clang-interpreter)
  /external/valgrind/main/none/tests/
shell_badinterp 1 #! /this/is/a/bogus/interpreter/name
shell_valid3 3 # The interpreter name is missing in this file.
shell_badinterp.stderr.exp 1 valgrind: ./shell_badinterp: bad interpreter: No such file or directory
shell.stdout.exp 3 Execute a script with a bad interpreter name
  /dalvik/vm/interp/
README.txt 1 Dalvik interpreter entry point.
3 The "mterp" directory now holds the interpreter implementation.
InterpDefs.h 17 * Dalvik interpreter definitions. These are internal to the interpreter.
20 * that are common to all interpreter implementations.
30 * saved by interpreter main because it doesn't use them (but Jit'd code
39 * Portable interpreter.
44 * "mterp" interpreter.
88 * selecting which interpreter to switch to.
96 * Hide the translations and stick with the interpreter as long as one of the
  /external/llvm/examples/Fibonacci/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
  /external/llvm/examples/HowToUseJIT/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
  /external/webkit/Source/WebCore/ForwardingHeaders/interpreter/
Interpreter.h 3 #include <JavaScriptCore/Interpreter.h>
  /external/llvm/examples/BrainF/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS jit bitwriter nativecodegen interpreter)
  /external/llvm/examples/Kaleidoscope/Chapter4/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
  /external/llvm/examples/Kaleidoscope/Chapter5/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
  /external/llvm/examples/Kaleidoscope/Chapter6/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
  /external/llvm/examples/Kaleidoscope/Chapter7/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
  /external/llvm/tools/lli/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag)
  /external/llvm/examples/ParallelJIT/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
  /external/clang/examples/clang-interpreter/
CMakeLists.txt 21 interpreter
31 add_clang_executable(clang-interpreter
34 add_dependencies(clang-interpreter clang-headers)
README.txt 1 This is an example of Clang based interpreter, for executing standalone C
16 C interpreter. It is designed to demonstrate a simple but functional use of the
  /external/llvm/lib/ExecutionEngine/
CMakeLists.txt 14 add_subdirectory(Interpreter)
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 1 //===- Interpreter.cpp - Top-Level LLVM Interpreter Implementation --------===//
10 // This file implements the top-level functionality for the LLVM interpreter.
11 // This interpreter is designed to be a very simple, portable, inefficient
12 // interpreter.
16 #include "Interpreter.h"
26 RegisterInterp() { Interpreter::Register(); }
33 /// create - Create a new interpreter object. This can never fail.
35 ExecutionEngine *Interpreter::create(Module *M, std::string* ErrStr) {
41 return new Interpreter(M)
    [all...]
  /dalvik/tests/080-oom-throw/
info.txt 3 the interpreter and re-execute the bytecode.
  /dalvik/vm/mterp/portable/
enddefs.cpp 4 ILOGD("|-- Leaving interpreter loop"); // note "curMethod" may be NULL
  /external/llvm/test/ExecutionEngine/
2010-01-15-UndefValue.ll 1 ; RUN: lli -force-interpreter=true %s
  /build/core/combo/arch/arm/
armv5te-vfp.mk 4 # interpreter loop for Dalvik.

Completed in 2165 milliseconds

1 2 3 4 5 6 7 8 91011>>