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

<<11121314151617181920>>

  /external/llvm/tools/bugpoint/
BugDriver.cpp 39 // otherwise the raw input run through an interpreter is used as the reference
73 Program(0), Interpreter(0), SafeInterpreter(0), gcc(0),
  /external/webkit/Source/JavaScriptCore/heap/
Heap.cpp 27 #include "Interpreter.h"
190 return m_globalData->interpreter->registerFile();
  /dalvik/vm/arch/x86/
Call386ABI.S 37 the interpreter (e.g. float occupies one, double occupies two). It's up to
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 36 * the interpreter (e.g. float occupies one, double occupies two). It's up to
  /dalvik/vm/compiler/codegen/x86/
CodegenDriver.cpp 40 * Bail to the interpreter. Will not return to this trace.
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 62 * to the interpreter. The problem is where to find the Dalvik
  /dalvik/vm/mterp/
config-armv7-a 46 # arch-specific entry point to interpreter
config-armv7-a-neon 46 # arch-specific entry point to interpreter
  /dalvik/vm/mterp/x86-atom/
footer.S 66 movl $$1, %edx # switch interpreter
107 movl $$1, %edx # switch interpreter
116 * other interpreter or just bail all the way out
400 * returns to us (instead of falling out of the interpreter),
  /dalvik/vm/native/
InternalNative.cpp 140 * exception so we don't have to explicitly check for it in the interpreter.
  /external/freetype/include/freetype/
ftlcdfil.h 86 * interpreter is enabled *and* high-quality hinted fonts are used.
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 22 import com.google.clearsilver.jsilver.interpreter.TemplateFactory;
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 17 package com.google.clearsilver.jsilver.interpreter;
68 * Main JSilver interpreter. This walks a template's AST and renders the result out.
431 * the remainder of the interpreter context.
518 // however it makes the rest of the interpreter much easier to understand
  /external/libvpx/examples/includes/geshi/geshi/
tcl.php 93 // interpreter routines
  /external/llvm/cmake/modules/
LLVM-Config.cmake 81 list(APPEND link_components "interpreter")
  /external/llvm/docs/CommandGuide/
index.html 49 interpreter</li>
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 33 #include "llvm/ExecutionEngine/Interpreter.h"
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 43 #include "llvm/ExecutionEngine/Interpreter.h"
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 15 #include "llvm/ExecutionEngine/Interpreter.h"
  /external/markdown/docs/extensions/
WikiLinks.txt 43 From the Python interpreter:
  /external/mesa3d/docs/
cell.html 118 and vertex shaders will be run with the TGSI interpreter.
science.html 12 <li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter
  /external/v8/
Android.v8common.mk 51 src/interpreter-irregexp.cc \
  /external/v8/src/
regexp-macro-assembler-irregexp.h 53 // The byte-code interpreter checks on each push anyway.
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2002-12-03 118 * kjs/interpreter.cpp: (Context::scopeChain): Return chain by reference.
119 * kjs/interpreter.h: Make some Context methods inline.
310 (ContextImp::ContextImp): Set the context in the interpreter.
311 (ContextImp::~ContextImp): Set the context in the interpreter to the caller.
317 * kjs/interpreter.cpp: (Context::scopeChain): List -> ScopeChain.
318 * kjs/interpreter.h: List -> ScopeChain.
557 * kjs/interpreter.h: Remove stray declaration of ExecStateImp.
711 * kjs/interpreter.cpp: (Interpreter::finalCheck): Remove List::globalClear().
745 * kjs/interpreter.cpp: (Interpreter::globalObject): Ditto
    [all...]

Completed in 5254 milliseconds

<<11121314151617181920>>