/dalvik/vm/interp/ |
Jit.cpp | 390 * instruction, we need to stay in the interpreter for one 437 * this change until it is refreshed (which happens on interpreter 768 * to the current trace prior to interpretation. If the interpreter 775 * in response to special handling of returns by the interpreter (and [all...] |
Stack.cpp | 33 * Initialize the interpreter stack in a new thread. 53 * interpreter does its own stack frame manipulation for interp-->interp 59 * We start by inserting a "break" frame, which ensures that the interpreter 970 * Fill a flat array of methods that comprise the current interpreter [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
aclocal.m4 | [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
lexical_cast.hpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 84 # Extra C flags added for building the interpreter object files. 86 # C flags used for building the interpreter object files 452 # Build the interpreter 778 # Test the interpreter (twice, once without .pyc files, once with) 868 # Install the interpreter by creating a symlink chain: 889 # Install the interpreter with $(VERSION) affixed [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 84 # Extra C flags added for building the interpreter object files. 86 # C flags used for building the interpreter object files 453 # Build the interpreter 779 # Test the interpreter (twice, once without .pyc files, once with) 869 # Install the interpreter by creating a symlink chain: 890 # Install the interpreter with $(VERSION) affixed [all...] |
/art/runtime/jdwp/ |
jdwp_event.cc | 152 * the interpreter. 212 * Unhook us from the interpreter, if necessary. 742 * The debugger variable display tab may invoke the interpreter to format [all...] |
/bionic/libc/include/sys/ |
exec_elf.h | 339 #define PT_INTERP 3 /* Program interpreter */ 713 #define AT_BASE 7 /* Interpreter base addr */ [all...] |
/dalvik/vm/compiler/ |
Compiler.cpp | 293 * to the interpreter land 613 * interpreter-only mode we bypass the delay here. 623 * system server will remain in the interpreter-only mode. All
|
Utility.cpp | 360 ALOGE("Jit: aborting trace compilation, reverting to interpreter");
|
/dalvik/vm/jdwp/ |
JdwpEvent.cpp | 197 * the interpreter. 256 * Unhook us from the interpreter, if necessary. 837 * The debugger variable display tab may invoke the interpreter to format [all...] |
/dalvik/vm/mterp/out/ |
InterpC-portable.cpp | 33 * portable interpreter(s) and C stubs. 63 * stack space at the top of the interpreter. 396 * "Reportxxx" routine. Because the portable interpreter uses local [all...] |
/frameworks/base/core/jni/ |
AndroidRuntime.cpp | 539 // Increase the main thread's interpreter stack size for bug 6315322. 666 /* Force interpreter-only mode for selected opcodes. Eg "1-0a,3c,f1-ff" */ 676 /* Force interpreter-only mode for selected methods */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 284 # We're using a stock interpreter to run the app, yet we need 285 # a way to pass the Python main program to the interpreter. The 286 # bootstrapping script fires up the interpreter with the right [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 227 # This causes the interpreter to exit on OSF1 v5.1. 232 ' Skipping sys.stdin.seek(-1), it may crash the interpreter.' 438 # (including close()) concurrently without crashing the Python interpreter.
|
test_os.py | 739 # subprocess to the parent that the interpreter is ready. When it 748 # without waiting. This is done so we can tell that the interpreter 808 # Let the interpreter startup before we send signals. See #3137. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 227 # This causes the interpreter to exit on OSF1 v5.1. 232 ' Skipping sys.stdin.seek(-1), it may crash the interpreter.' 438 # (including close()) concurrently without crashing the Python interpreter.
|
test_os.py | 739 # subprocess to the parent that the interpreter is ready. When it 748 # without waiting. This is done so we can tell that the interpreter 808 # Let the interpreter startup before we send signals. See #3137. [all...] |
/art/compiler/dex/ |
dex_to_dex_compiler.cc | 133 // These opcodes have the same implementation in interpreter so group
|
/art/runtime/mirror/ |
art_method.h | 409 // Called by the interpreter to execute this method.
|
/dalvik/docs/ |
verifier.html | 32 <li>Optimizations. The interpreter can ignore a lot of potential
|
/dalvik/vm/ |
Exception.cpp | 30 variable or hardware register in the main interpreter loop. 39 (2) The VM throws an exception from within the interpreter core, e.g. 45 situation (3) the interpreter loop must copy it to an externally-accessible 81 - Interpreter saves the PC [all...] |
/dalvik/vm/arch/mips/ |
CallO32.S | 38 the interpreter (e.g. float occupies one, double occupies two). It's up to
|
/dalvik/vm/compiler/codegen/arm/ |
CodegenCommon.cpp | 470 /* Clear the conservative flags for branches that punt to the interpreter */
|
/dalvik/vm/compiler/codegen/mips/ |
CodegenCommon.cpp | 433 /* Clear the conservative flags for branches that punt to the interpreter */
|