/external/webkit/Source/JavaScriptCore/runtime/ |
Arguments.h | 30 #include "Interpreter.h"
|
JSActivation.cpp | 33 #include "Interpreter.h"
|
JSGlobalObject.cpp | 53 #include "Interpreter.h" 423 ASSERT(static_cast<size_t>(newSize) < globalData().interpreter->registerFile().maxGlobals()); 424 globalData().interpreter->registerFile().setNumGlobals(newSize);
|
/external/webkit/Source/WebCore/bridge/c/ |
c_instance.cpp | 41 #include <interpreter/CallFrame.h>
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebScriptDebugDelegate.mm | 42 #import <interpreter/CallFrame.h>
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/ |
README.txt | 97 keeps the interpreter alive like mod_ruby.
|
/frameworks/compile/mclinker/include/mcld/Target/ |
TargetLDBackend.h | 151 /// sizeInterp - compute the size of program interpreter's name
|
/packages/apps/Browser/src/com/android/browser/ |
ErrorConsoleView.java | 89 // TODO: Can we expose access to webkit's JS interpreter here and evaluate it that
|
/dalvik/docs/ |
dexopt.html | 217 variants into a single 32-bit form (less code in the interpreter 221 overhead, directly switching from the interpreter to a native 319 may perform the usual set of optimizations, or use a separate interpreter
|
/external/libffi/doc/ |
libffi.info | 62 are to be passed to a function. For instance, an interpreter may be 65 bridge from the interpreter program to compiled code. 378 useful when writing an interpreter, or to provide wrappers for
|
libffi.texi | 79 are to be passed to a function. For instance, an interpreter may be 82 provide a bridge from the interpreter program to compiled code. 424 This can be useful when writing an interpreter, or to provide wrappers
|
/system/core/sh/ |
exec.c | 202 * Execute an interpreter introduced by "#!", for systems where this 203 * feature has not been built into the kernel. If the interpreter is 205 * of the interpreter fails, exit.
|
/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. [all...] |
OCamlLangImpl4.rst | 161 (* Run the main "interpreter loop" now. *) 239 In this section, we'll add JIT compiler support to our interpreter. The 259 compiler or the LLVM interpreter. LLVM will automatically pick a JIT 261 will fall back to the interpreter. [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
aclocal.m4 | 841 dnl Find a Python interpreter. Python versions prior to 2.0 are not 847 AC_ARG_VAR([PYTHON], [the Python interpreter]) 851 # Find any Python interpreter. 866 # Otherwise, try each interpreter until we find one that satisfies 868 AC_CACHE_CHECK([for a Python interpreter with version >= $1], 886 m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])]) [all...] |
/dalvik/vm/mterp/out/ |
InterpC-mips.cpp | 33 * portable interpreter(s) and C stubs. 63 * stack space at the top of the interpreter. 420 * "Reportxxx" routine. Because the portable interpreter uses local 469 * portable interpreter are handled by assigning values to globals. [all...] |
InterpC-allstubs.cpp | 33 * portable interpreter(s) and C stubs. 63 * stack space at the top of the interpreter. 420 * "Reportxxx" routine. Because the portable interpreter uses local 469 * portable interpreter are handled by assigning values to globals. [all...] |
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...] |
/dalvik/vm/compiler/codegen/x86/ |
LowerInvoke.cpp | 793 the execution will correctly continue with interpreter */ 837 /* Predicted chaining failed. Fall back to interpreter and indicate 859 with the interpreter or with JIT'ed code if chained [all...] |
/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...] |
/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
|
/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...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JIT.h | 42 #include "Interpreter.h" 53 class Interpreter; [all...] |
/external/webkit/Source/JavaScriptGlue/ |
ChangeLog | 732 Bug 42621 - Add a bump allocator for the YARR interpreter [all...] |