OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Interpreter
(Results
1 - 21
of
21
) sorted by null
/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
...]
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/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/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
99
/// designed to support both
interpreter
and just-in-time (JIT) compiler
134
// To avoid having libexecutionengine depend on the JIT and
interpreter
195
/// machine, it does not fall back to the
interpreter
. This takes ownership
489
Interpreter
= 0x2
491
const static Kind Either = (Kind)(JIT |
Interpreter
);
535
/// setEngineKind - Controls whether the user wants the
interpreter
, the JIT,
558
/// builder to create an
interpreter
will cause a runtime error. If create()
/dalvik/vm/interp/
Interp.cpp
18
* Main
interpreter
entry point and support functions.
20
* The entry point selects the "standard" or "debug"
interpreter
and
21
* facilitates switching between them. The standard
interpreter
may
47
/*
Interpreter
entry points from compiled code */
209
* check in the
interpreter
results in an exception being thrown.
615
* The
interpreter
just threw. Handle any special subMode requirements.
641
* The
interpreter
is preparing to do an invoke (both native & normal).
651
* The
interpreter
is preparing to do a native invoke. Handle any
676
* The
interpreter
has returned from a native invoke. Handle any
693
* The
interpreter
has returned from a normal method. Handle any specia
[
all
...]
/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
/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/sdk/tools/lib/
lombok-ast-0.2.jar
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar
lombok-ast-0.2.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar
Completed in 650 milliseconds