HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 251 - 275 of 707) sorted by null

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java 17 package com.google.clearsilver.jsilver.interpreter;
  /external/llvm/docs/CommandGuide/
llvm-config.rst 166 Includes either a native JIT or the bitcode interpreter.
bugpoint.rst 135 interpreter, the JIT compiler, the static native code compiler, or a
146 respectively. The interpreter and the JIT backends cannot currently
  /external/llvm/docs/
Packaging.rst 66 interpreter to call external functions.
  /external/llvm/test/ExecutionEngine/
2008-06-05-APInt-OverAShr.ll 1 ; RUN: %lli -force-interpreter=true %s | grep 1
  /external/llvm/test/ExecutionEngine/MCJIT/
2008-06-05-APInt-OverAShr.ll 1 ; RUN: %lli_mcjit -force-interpreter=true %s | grep 1
  /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/llvm/utils/
GenLibDeps.pl 103 $libpath =~ s/^Interpreter/ExecutionEngine\/Interpreter/;
144 $libpath =~ s/^Interpreter/ExecutionEngine\/Interpreter/;
  /external/markdown/docs/extensions/
CodeHilite.txt 103 From the Python interpreter:
  /external/v8/src/
interpreter-irregexp.cc 28 // A simple interpreter for the Irregexp byte code.
37 #include "interpreter-irregexp.h"
148 // A simple abstraction over the backtracking stack used by the interpreter.
206 PrintF("\n\nStart bytecode interpreter\n\n");
  /external/webkit/PerformanceTests/SunSpider/
TODO 55 repeatedly in the same command-line interpreter instance, for ease
  /external/webkit/Source/JavaScriptCore/API/
JSBase.cpp 35 #include <interpreter/CallFrame.h>
  /external/webkit/Source/JavaScriptCore/
GNUmakefile.am 13 -I$(srcdir)/Source/JavaScriptCore/interpreter \
JavaScriptCore.pri 31 $$PWD/interpreter \
  /external/webkit/Source/JavaScriptCore/interpreter/
Register.h 124 // Interpreter functions
  /external/webkit/Source/JavaScriptCore/runtime/
ExceptionHelpers.cpp 38 #include "Interpreter.h"
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
tostring_1.js 47 * interpreter to an arbitrary version. To prevent unhandled exceptions in
  /dalvik/vm/arch/arm/
CallOldABI.S 42 the interpreter (e.g. float occupies one, double occupies two). It's up to
68 interpreter work directly as C/C++ args on ARM (with the "classic" ABI).
  /dalvik/vm/mterp/x86/
footer.S 22 * JIT-related re-entries into the interpreter. In general, if the
35 * the interpreter and code cache. rPC must be set on entry.
51 * Return to the interpreter to handle a single instruction.
74 * Return from the translation cache to the interpreter to do method
275 * Here, we switch to the debug interpreter to request
371 * rIBASE trashed, must reload before resuming interpreter
425 * rIBASE trashed, must reload before resuming interpreter
872 * out of the interpreter), continue with whatever the next instruction
    [all...]
header.S 49 Some key interpreter variables will be assigned to registers. Note that each
142 /* The interpreter assumes a properly aligned stack on entry, and
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.input 1 """This is a substantially improved version of the older Interpreter.py demo
5 Like Interpreter.py, this is still just a demo, and needs substantial
  /external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.cpp 32 #include "Interpreter.h"
221 HandlerInfo* handler = exec->globalData().interpreter->throwException(exec, exceptionValue, vPCIndex);
  /external/freetype/include/freetype/config/
ftoption.h 344 /* as the Ghostscript interpreter for the PostScript language. */
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 784 error = face->interpreter( exec );
855 error = face->interpreter( exec );
980 /* set `face->interpreter' according to the debug hook present */
985 face->interpreter = (TT_Interpreter)
987 if ( !face->interpreter )
988 face->interpreter = (TT_Interpreter)TT_RunIns;
    [all...]
  /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,

Completed in 1615 milliseconds

<<11121314151617181920>>