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

<<11121314151617181920>>

  /external/mesa3d/docs/
libraries.html 14 <li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter
  /external/webkit/Source/JavaScriptCore/dfg/
DFGByteCodeParser.cpp 545 Interpreter* interpreter = m_globalData->interpreter;
556 switch (interpreter->getOpcodeID(currentInstruction->u.opcode)) {
    [all...]
  /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/
Android.jscbindings.mk 42 $(JAVASCRIPTCORE_PATH)/interpreter \
  /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.
  /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.html 193 // Run the main "interpreter loop" now.
280 <p>In this section, we'll add JIT compiler support to our interpreter. The
304 compiler or the LLVM interpreter. LLVM will automatically pick a JIT compiler
306 the interpreter.</p>
    [all...]
OCamlLangImpl4.html 208 (* Run the main "interpreter loop" now. *)
297 <p>In this section, we'll add JIT compiler support to our interpreter. The
319 compiler or the LLVM interpreter. LLVM will automatically pick a JIT compiler
321 the interpreter.</p>
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp 33 * portable interpreter(s) and C stubs.
63 * stack space at the top of the interpreter.
412 * "Reportxxx" routine. Because the portable interpreter uses local
459 * portable interpreter are handled by assigning values to globals.
    [all...]
InterpC-x86-atom.cpp 33 * portable interpreter(s) and C stubs.
63 * stack space at the top of the interpreter.
412 * "Reportxxx" routine. Because the portable interpreter uses local
459 * portable interpreter are handled by assigning values to globals.
    [all...]
InterpC-x86.cpp 33 * portable interpreter(s) and C stubs.
63 * stack space at the top of the interpreter.
412 * "Reportxxx" routine. Because the portable interpreter uses local
459 * 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.
388 * "Reportxxx" routine. Because the portable interpreter uses local
    [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
766 * to the current trace prior to interpretation. If the interpreter
773 * in response to special handling of returns by the interpreter (and
    [all...]
  /dalvik/vm/compiler/
Compiler.cpp 278 * to the interpreter land
596 * interpreter-only mode we bypass the delay here.
606 * 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.
838 * 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...]

Completed in 1681 milliseconds

<<11121314151617181920>>