Searched
full:interpreter (Results
376 -
400 of
988) sorted by null
<<11121314151617181920>>
/external/llvm/cmake/modules/ |
LLVM-Config.cmake | 96 list(APPEND link_components "interpreter")
|
/external/llvm/docs/tutorial/ |
LangImpl4.rst | 151 // Run the main "interpreter loop" now. 226 In this section, we'll add JIT compiler support to our interpreter. The 248 compiler or the LLVM interpreter. LLVM will automatically pick a JIT 250 will fall back to the interpreter.
|
/external/llvm/examples/Fibonacci/ |
fibonacci.cpp | 28 #include "llvm/ExecutionEngine/Interpreter.h"
|
/external/llvm/examples/HowToUseJIT/ |
HowToUseJIT.cpp | 38 #include "llvm/ExecutionEngine/Interpreter.h"
|
/external/llvm/unittests/ExecutionEngine/ |
ExecutionEngineTest.cpp | 10 #include "llvm/ExecutionEngine/Interpreter.h"
|
/external/markdown/docs/extensions/ |
WikiLinks.txt | 43 From the Python interpreter:
|
/external/mesa3d/docs/ |
science.html | 13 <li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs_ppc.c | 218 debug_error("tgsi_emit_ppc() failed, falling back to interpreter\n");
|
/external/v8/src/ |
regexp-macro-assembler-irregexp.h | 53 // The byte-code interpreter checks on each push anyway.
|
/frameworks/compile/mclinker/include/mcld/Target/ |
TargetLDBackend.h | 129 /// sizeInterp - compute the size of program interpreter's name
|
/libcore/libart/src/main/java/java/lang/reflect/ |
ArtMethod.java | 65 /** ART: entry point from interpreter associated with this Method */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
argument_factory.hpp | 82 optionally_assign( m_value_interpreter, m, interpreter );
|
/prebuilts/misc/common/asm/ |
src.zip | |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pystate.h | 2 /* Thread and interpreter state structures and their interfaces */
|
stringobject.h | 33 Together, these sped the interpreter by up to 20%. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build.py | 45 "specify final destination interpreter path (build.py)"),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 445 # the interpreter. 451 # compiled with a deployment target less than that of the interpreter. 458 # deployment target higher than that of the interpreter: the ext 494 # get the deployment target that the interpreter was built with
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 375 Byte-compilation is either done directly in this interpreter process 389 # approach: choose direct mode *only* if the current interpreter is 392 # interpreter is running with, so we can't do direct 394 # always compile indirectly if the current interpreter is in either
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 61 # For normal assignments, additional restrictions enforced by the interpreter
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmd_line.py | 1 # Tests invocation of the interpreter with various command line arguments
|
test_cpickle.py | 203 # or just silently terminates the interpreter (=crashes).
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pystate.h | 2 /* Thread and interpreter state structures and their interfaces */
|
stringobject.h | 33 Together, these sped the interpreter by up to 20%. */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build.py | 45 "specify final destination interpreter path (build.py)"),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 445 # the interpreter. 451 # compiled with a deployment target less than that of the interpreter. 458 # deployment target higher than that of the interpreter: the ext 494 # get the deployment target that the interpreter was built with
|
Completed in 1690 milliseconds
<<11121314151617181920>>