Searched defs:Interpreter (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp1 //===- Interpreter.cpp - Top-Level LLVM Interpreter Implementation --------===//
16 #include "Interpreter.h"
26 RegisterInterp() { Interpreter::Register(); }
35 ExecutionEngine *Interpreter::create(Module *M, std::string* ErrStr) {
41 return new Interpreter(M);
45 // Interpreter ctor - Initialize stuff
47 Interpreter::Interpreter(Module *M) function in class:Interpreter
60 Interpreter
[all...]
H A DInterpreter.h1 //===-- Interpreter.h ------------------------------------------*- C++ -*--===//
81 // Interpreter - This class represents the entirety of the interpreter.
83 class Interpreter : public ExecutionEngine, public InstVisitor<Interpreter> { class in namespace:llvm
97 explicit Interpreter(Module *M);
98 ~Interpreter();
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterpreter.java49 public class Interpreter implements TokenSource { class in inherits:TokenSource
74 public Interpreter(Grammar grammar, IntStream input) { method in class:Interpreter
/external/llvm/tools/bugpoint/
H A DBugDriver.h52 AbstractInterpreter *Interpreter; // How to run the program member in class:llvm::BugDriver
149 AbstractInterpreter *Old = Interpreter;
150 Interpreter = (AbstractInterpreter*)SafeInterpreter;
155 Interpreter = AI;
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.h67 class Interpreter { class in namespace:JSC
72 Interpreter(JSGlobalData&);
H A DInterpreter.cpp31 #include "Interpreter.h"
92 NEVER_INLINE bool Interpreter::resolve(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
120 NEVER_INLINE bool Interpreter::resolveSkip(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
160 NEVER_INLINE bool Interpreter::resolveGlobal(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
197 NEVER_INLINE bool Interpreter::resolveGlobalDynamic(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
274 NEVER_INLINE void Interpreter::resolveBase(CallFrame* callFrame, Instruction* vPC)
288 NEVER_INLINE bool Interpreter::resolveBaseAndProperty(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
326 ALWAYS_INLINE CallFrame* Interpreter::slideRegisterWindowForCall(CodeBlock* newCodeBlock, RegisterFile* registerFile, CallFrame* callFrame, size_t registerOffset, int argc)
381 NEVER_INLINE JSValue Interpreter::callEval(CallFrame* callFrame, RegisterFile* registerFile, Register* argv, int argc, int registerOffset)
415 Interpreter function in class:JSC::Interpreter
[all...]
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h470 Interpreter = 0x2 enumerator in enum:llvm::EngineKind::Kind
472 const static Kind Either = (Kind)(JIT | Interpreter);
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrInterpreter.cpp41 class Interpreter { class in namespace:JSC::Yarr
1413 Interpreter(BytecodePattern* pattern, int* output, const UChar* inputChar, unsigned start, unsigned length) function in class:JSC::Yarr::Interpreter::InputStream
1902 return Interpreter(bytecode, output, input, start, length).interpret();
1905 COMPILE_ASSERT(sizeof(Interpreter::BackTrackInfoPatternCharacter) == (YarrStackSpaceForBackTrackInfoPatternCharacter * sizeof(uintptr_t)), CheckYarrStackSpaceForBackTrackInfoPatternCharacter);
1906 COMPILE_ASSERT(sizeof(Interpreter::BackTrackInfoCharacterClass) == (YarrStackSpaceForBackTrackInfoCharacterClass * sizeof(uintptr_t)), CheckYarrStackSpaceForBackTrackInfoCharacterClass);
1907 COMPILE_ASSERT(sizeof(Interpreter::BackTrackInfoBackReference) == (YarrStackSpaceForBackTrackInfoBackReference * sizeof(uintptr_t)), CheckYarrStackSpaceForBackTrackInfoBackReference);
1908 COMPILE_ASSERT(sizeof(Interpreter::BackTrackInfoAlternative) == (YarrStackSpaceForBackTrackInfoAlternative * sizeof(uintptr_t)), CheckYarrStackSpaceForBackTrackInfoAlternative);
1909 COMPILE_ASSERT(sizeof(Interpreter::BackTrackInfoParentheticalAssertion) == (YarrStackSpaceForBackTrackInfoParentheticalAssertion * sizeof(uintptr_t)), CheckYarrStackSpaceForBackTrackInfoParentheticalAssertion);
1910 COMPILE_ASSERT(sizeof(Interpreter::BackTrackInfoParenthesesOnce) == (YarrStackSpaceForBackTrackInfoParenthesesOnce * sizeof(uintptr_t)), CheckYarrStackSpaceForBackTrackInfoParenthesesOnce);
1911 COMPILE_ASSERT(sizeof(Interpreter
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 273 milliseconds