HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 326 - 350 of 973) sorted by null

<<11121314151617181920>>

  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 292 /* Generate a unconditional branch to go to the interpreter */
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 408 ? EngineKind::Interpreter
418 /// machine, it does not fall back to the interpreter. This takes ownership
463 // the interpreter.
469 *ErrorStr = "Cannot create an interpreter with a memory manager.";
482 // Unless the interpreter was explicitly selected or the JIT is not linked,
506 // an interpreter instead.
507 if (WhichEngine & EngineKind::Interpreter) {
511 *ErrorStr = "Interpreter has not been linked in.";
532 // Global variable might have been added since interpreter started.
    [all...]
  /dalvik/vm/mterp/
gen-mterp.py 19 # and assembly source files for the Dalvik interpreter.
41 style = None # interpreter style
57 # Set interpreter style.
117 print "Warning: asm-stub ignored for all-c interpreter"
135 print "Warning: asm-alt-stub ingored for all-c interpreter"
config-armv7-a 46 # arch-specific entry point to interpreter
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp 358 /* Generate a unconditional branch to go to the interpreter */
    [all...]
  /dalvik/docs/
debugger.html 56 structures and may switch to a different implementation of the interpreter.
64 interpreter is much slower than the regular interpreter (perhaps 5x).
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_gs.c 81 * different interpreter */
284 /* run interpreter */
388 * Execute geometry shader using TGSI interpreter.
  /external/llvm/
CMakeLists.txt 119 option(LLVM_ENABLE_FFI "Use libffi to call external functions from the interpreter" OFF)
245 # Verify that we can find a Python 2 interpreter. Python 3 is unsupported.
250 "Unable to find Python interpreter, required for builds and testing.
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs.c 81 * different interpreter */
284 /* run interpreter */
388 * Execute geometry shader using TGSI interpreter.
  /dalvik/tests/
run-test 149 echo " --fast Use the fast interpreter."
151 echo " --portable Use the portable interpreter."
  /dalvik/vm/compiler/
InlineTransformation.cpp 101 * interpreter and re-execute the invoke.
187 * interpreter and re-execute the invoke.
  /dalvik/vm/interp/
Stack.h 32 later date. The interpreter assumes that they have a fixed size,
38 value, which is passed through the interpreter rather than on the stack,
  /dalvik/vm/jdwp/
JdwpMain.cpp 328 /* handshake worked, tell the interpreter that we're active */
355 /* tell the interpreter that the debugger is no longer around */
  /dalvik/vm/mterp/c/
header.cpp 26 * portable interpreter(s) and C stubs.
56 * stack space at the top of the interpreter.
  /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),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file.py 158 # This causes the interpreter to exit on OSF1 v5.1.
163 ' Skipping sys.stdin.seek(-1), it may crash the interpreter.'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file.py 158 # This causes the interpreter to exit on OSF1 v5.1.
163 ' Skipping sys.stdin.seek(-1), it may crash the interpreter.'
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0-sources.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0-sources.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0-sources.jar 
  /art/runtime/
common_test.h 38 #include "interpreter/interpreter.h"
214 // No code? You must mean to go into the interpreter.
225 method->SetEntryPointFromInterpreter(interpreter::artInterpreterToInterpreterBridge);
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 170 * Tell the kernel ELF exec code not to try relocating the interpreter
  /dalvik/vm/arch/x86/
Call386ABI.S 37 the interpreter (e.g. float occupies one, double occupies two). It's up to
  /dalvik/vm/compiler/codegen/x86/
LowerReturn.cpp 99 /* Return address not in code cache. Indicate that continuing with interpreter.
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 62 * to the interpreter. The problem is where to find the Dalvik

Completed in 906 milliseconds

<<11121314151617181920>>