Searched
full:interpreter (Results
301 -
325 of
988) sorted by null
<<11121314151617181920>>
/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 | FileCheck %s
|
test-interp-vec-shift.ll | 1 ; RUN: %lli -force-interpreter=true %s > /dev/null
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
2008-06-05-APInt-OverAShr.ll | 1 ; RUN: %lli_mcjit -force-interpreter=true %s | FileCheck %s
|
/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/freetype/src/truetype/ |
ttdriver.c | 70 if ( !ft_strcmp( property_name, "interpreter-version" ) ) 102 if ( !ft_strcmp( property_name, "interpreter-version" ) )
|
/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" ) )
|
Completed in 1348 milliseconds
<<11121314151617181920>>