HomeSort by relevance Sort by last modified time
    Searched defs:Interpreter (Results 1 - 25 of 28) sorted by null

1 2

  /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) {
44 return new Interpreter(M)
    [all...]
Interpreter.h 1 //===-- Interpreter.h ------------------------------------------*- C++ -*--===//
10 // This header file defines the interpreter structure
81 // Interpreter - This class represents the entirety of the interpreter.
83 class Interpreter : public ExecutionEngine, public InstVisitor<Interpreter> {
97 explicit Interpreter(Module *M);
98 ~Interpreter();
109 /// create - Create an interpreter ExecutionEngine. This can never fail.
124 /// recompileAndRelinkFunction - For the interpreter, functions are alway
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Interpreter.java 38 * A semantic bytecode interpreter. More precisely, this interpreter only
47 public interface Interpreter {
  /external/llvm/tools/bugpoint/
BugDriver.h 52 AbstractInterpreter *Interpreter; // How to run the program
149 AbstractInterpreter *Old = Interpreter;
150 Interpreter = (AbstractInterpreter*)SafeInterpreter;
155 Interpreter = AI;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 42 /** The recognition interpreter/engine for grammars. Separated
44 * You create an interpreter for a grammar and an input stream. This object
49 public class Interpreter implements TokenSource {
74 public Interpreter(Grammar grammar, IntStream input) {
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Buffer.py 8 from Cython.Compiler import Interpreter
144 posargs, dictargs = Interpreter.interpret_compiletime_options(posargs, dictargs, type_env=env, type_args = (0,'dtype'))
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 103 /// designed to support both interpreter and just-in-time (JIT) compiler
141 // To avoid having libexecutionengine depend on the JIT and interpreter
193 /// machine, it does not fall back to the interpreter. This takes ownership
398 /// This function should not be called with the JIT or interpreter engines.
400 // Default implementation for JIT and interpreter. MCJIT will override this.
401 // JIT and interpreter clients should use getPointerToGlobal instead.
408 // Default implementation for JIT and interpreter. MCJIT will override this.
409 // JIT and interpreter clients should use getPointerToFunction instead.
562 Interpreter = 0x2
564 const static Kind Either = (Kind)(JIT | Interpreter);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
qcamera_test.h 231 class Interpreter
268 Interpreter()
272 Interpreter(const char *file);
273 ~Interpreter();
300 friend class Interpreter;
316 Interpreter *mInterpreter;
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 874 milliseconds

1 2