HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 276 - 300 of 988) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 99 /// designed to support both interpreter and just-in-time (JIT) compiler
134 // To avoid having libexecutionengine depend on the JIT and interpreter
195 /// machine, it does not fall back to the interpreter. This takes ownership
489 Interpreter = 0x2
491 const static Kind Either = (Kind)(JIT | Interpreter);
535 /// setEngineKind - Controls whether the user wants the interpreter, the JIT,
558 /// builder to create an interpreter will cause a runtime error. If create()
  /art/runtime/
Android.mk 66 interpreter/interpreter.cc \
144 entrypoints/interpreter/interpreter_entrypoints.cc \
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 20 * Rebuild the interpreter frame then punt to the interpreter to execute
26 * then return to the interpreter.
  /external/chromium_org/third_party/sqlite/src/src/
test_intarray.c 291 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
327 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
362 ** Register commands with the TCL interpreter.
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 190 beq 1f @ bail to interpreter
192 blxeq lr @ punt to interpreter and compare state
218 blx r2 @ exit the interpreter
255 bxne lr @ bail to the interpreter
260 bxne lr @ bail to the interpreter
320 bxne r12 @ bail to the interpreter
363 * - lr+2: to punt to the interpreter
431 bxne lr @ bail to the interpreter
433 bx lr @ bail to interpreter unconditionally
486 @ continue executing the next instruction through the interpreter
    [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 22 #include "interpreter/interpreter.h"
192 const char* old_cause = self->StartAssertNoThreadSuspension("Building interpreter shadow frame");
219 JValue result = interpreter::EnterInterpreterFromStub(self, mh, code_item, *shadow_frame);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 22 #include "interpreter/interpreter.h"
280 const char* old_cause = self->StartAssertNoThreadSuspension("Building interpreter shadow frame");
308 JValue result = interpreter::EnterInterpreterFromStub(self, mh, code_item, *shadow_frame);
  /dalvik/opcode-gen/
README.txt 40 * Rebuild the interpreter code. See the notes in vm/mterp/ReadMe.txt for
  /dalvik/vm/
JniInternal.h 92 * may only affect the portable interpreter.)
  /dalvik/vm/mterp/armv5te/
entry.S 17 * Interpreter entry point.
  /dalvik/vm/mterp/
config-armv5te-vfp 45 # arch-specific entry point to interpreter
  /dalvik/vm/mterp/x86/
entry.S 24 * Interpreter entry point. Returns changeInterp.
  /dalvik/vm/native/
InternalNativePriv.h 25 * is because the interpreter expects everything to be a 32-bit value.
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
Interp.java 34 /** The main gUnit interpreter entry point.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 42 /** The recognition interpreter/engine for grammars. Separated
44 * You create an interpreter for a grammar and an input stream. This object
49 public class Interpreter implements TokenSource {
74 public Interpreter(Grammar grammar, IntStream input) {
  /external/chromium_org/chrome/installer/mac/
sign_versioned_dir.sh.in 14 # that might impact the interpreter's operation. The |bash -p| invocation
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
frame.js 8 {name: 'lua', text: 'Lua Interpreter'},
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
TODO 55 repeatedly in the same command-line interpreter instance, for ease
  /external/chromium_org/third_party/freetype/include/freetype/
ftgasp.h 47 * bytecode interpreter to duplicate the Windows text rendering results.
  /external/chromium_org/third_party/freetype/include/freetype/internal/
fttrace.h 60 FT_TRACE_DEF( ttinterp ) /* bytecode interpreter (ttinterp.c) */
  /external/chromium_org/v8/src/
interpreter-irregexp.cc 28 // A simple interpreter for the Irregexp byte code.
36 #include "interpreter-irregexp.h"
155 // A simple abstraction over the backtracking stack used by the interpreter.
213 PrintF("\n\nStart bytecode interpreter\n\n");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
  /external/freetype/include/freetype/
ftgasp.h 47 * bytecode interpreter to duplicate the Windows text rendering results.
  /external/freetype/include/freetype/internal/
fttrace.h 60 FT_TRACE_DEF( ttinterp ) /* bytecode interpreter (ttinterp.c) */
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java 17 package com.google.clearsilver.jsilver.interpreter;

Completed in 821 milliseconds

<<11121314151617181920>>