HomeSort by relevance Sort by last modified time
    Searched refs:Interpreter (Results 26 - 50 of 64) sorted by null

12 3

  /external/llvm/tools/bugpoint/
BugDriver.cpp 39 // otherwise the raw input run through an interpreter is used as the reference
73 Program(0), Interpreter(0), SafeInterpreter(0), gcc(0),
Miscompilation.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/js/
WorkerScriptController.cpp 42 #include <interpreter/Interpreter.h>
JSXMLHttpRequestCustom.cpp 51 #include <interpreter/Interpreter.h>
135 exec->interpreter()->retrieveLastCaller(exec, signedLineNumber, sourceID, sourceURL, function);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 96 /// designed to support both interpreter and just-in-time (JIT) compiler
131 // To avoid having libexecutionengine depend on the JIT and interpreter
192 /// machine, it does not fall back to the interpreter. This takes ownership
477 Interpreter = 0x2
479 const static Kind Either = (Kind)(JIT | Interpreter);
521 /// setEngineKind - Controls whether the user wants the interpreter, the JIT,
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /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/webkit/Source/WebCore/bridge/
testbindings.mm 33 #include "interpreter.h"
243 // create interpreter w/ global object
245 Interpreter interp;
284 } // end block, so that Interpreter and global get deleted
testbindings.cpp 26 #include "interpreter.h"
375 // create interpreter w/ global object
377 Interpreter interp;
416 } // end block, so that Interpreter and global get deleted
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 108 builder.setEngineKind(EngineKind::Interpreter)
ExecutionEngine.cpp 407 ? EngineKind::Interpreter
417 /// machine, it does not fall back to the interpreter. This takes ownership
460 // the interpreter.
466 *ErrorStr = "Cannot create an interpreter with a memory manager.";
471 // Unless the interpreter was explicitly selected or the JIT is not linked,
495 // an interpreter instead.
496 if (WhichEngine & EngineKind::Interpreter) {
500 *ErrorStr = "Interpreter has not been linked in.";
521 // Global variable might have been added since interpreter started.
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 41 class Interpreter {
    [all...]
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 76 using JSC::Interpreter;
  /external/llvm/tools/lli/
lli.cpp 1 //===- lli.cpp - LLVM Interpreter / Dynamic compiler ----------------------===//
12 // compiler, or through an interpreter if no JIT is available for this platform.
24 #include "llvm/ExecutionEngine/Interpreter.h"
65 cl::opt<bool> ForceInterpreter("force-interpreter",
304 "llvm interpreter & dynamic compiler\n");
336 ? EngineKind::Interpreter
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 37 #include "Interpreter.h"
163 , interpreter(0)
177 interpreter = new Interpreter(*this);
213 #if ENABLE(JIT) && ENABLE(INTERPRETER)
233 #if ENABLE(INTERPRETER)
272 delete interpreter;
275 interpreter = 0;
386 interpreter->startSampling();
391 interpreter->stopSampling()
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 654 Interpreter interp = new Interpreter(nfa.grammar, input);
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 10 (** JIT Interpreter.
13 interpreter), the classes in the ExecutionEngine library. *)
84 (** An execution engine is either a JIT compiler or an interpreter, capable of
91 interpreter. Raises [Error msg] if an error occurrs. The execution engine
96 (** [create_interpreter m] creates a new interpreter, taking ownership of the
  /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...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 42 #include "Interpreter.h"
53 class Interpreter;
    [all...]
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 69 using JSC::Interpreter;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 86 using JSC::Interpreter;
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 94 using JSC::Interpreter;
    [all...]

Completed in 788 milliseconds

12 3