HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 301 - 325 of 974) sorted by null

<<11121314151617181920>>

  /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");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 8 # the python source tree after building the interpreter and run:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 8 # the python source tree after building the interpreter and run:
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 24 // Interpreter entrypoints.
139 // Interpreter
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 23 // Interpreter entrypoints.
121 // Interpreter
  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h 245 /** Fields for TGSI interpreter / execution */
271 /** Fields for TGSI interpreter / execution */
  /external/chromium_org/third_party/sqlite/src/src/
test_schema.c 307 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
324 ** Register commands with the TCL interpreter.
test_tclvar.c 294 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
314 ** Register commands with the TCL interpreter.
test_wholenumber.c 277 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
293 ** Register commands with the TCL interpreter.
  /external/chromium_org/third_party/yasm/source/patched-yasm/
Artistic.txt 93 product of your own. You may embed this Package's interpreter within
96 interpreter is so embedded.
  /external/freetype/src/truetype/
ttdriver.c 70 if ( !ft_strcmp( property_name, "interpreter-version" ) )
102 if ( !ft_strcmp( property_name, "interpreter-version" ) )
ttobjs.c 805 error = face->interpreter( exec );
876 error = face->interpreter( exec );
    [all...]
  /external/llvm/docs/CommandGuide/
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/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 245 /** Fields for TGSI interpreter / execution */
271 /** Fields for TGSI interpreter / execution */
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftoption.h 344 /* as the Ghostscript interpreter for the PostScript language. */
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 777 error = face->interpreter( exec );
848 error = face->interpreter( exec );
973 /* set `face->interpreter' according to the debug hook present */
978 face->interpreter = (TT_Interpreter)
980 if ( !face->interpreter )
981 face->interpreter = (TT_Interpreter)TT_RunIns;
    [all...]
  /external/freetype/include/freetype/config/
ftoption.h 358 /* as the Ghostscript interpreter for the PostScript language. */
    [all...]
  /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"
67 cl::opt<bool> ForceInterpreter("force-interpreter",
305 "llvm interpreter & dynamic compiler\n");
348 ? EngineKind::Interpreter

Completed in 847 milliseconds

<<11121314151617181920>>