Searched
full:interpreter (Results
276 -
300 of
707) sorted by null
<<11121314151617181920>>
/external/llvm/tools/lli/ |
lli.cpp | 1 //===- lli.cpp - LLVM Interpreter / Dynamic compiler ----------------------===// 12 // compiler, or through an interpreter if no JIT is available for this platform. 24 #include "llvm/ExecutionEngine/Interpreter.h" 65 cl::opt<bool> ForceInterpreter("force-interpreter", 304 "llvm interpreter & dynamic compiler\n"); 336 ? EngineKind::Interpreter
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-mips.S | 505 beq a2, zero, 1f # bail to interpreter 508 JALR(ra) # punt to interpreter and compare state 542 JALR(a2) # exit the interpreter 583 RETURN # bail to the interpreter 591 RETURN # bail to the interpreter 595 # continue executing the next instruction through the interpreter 672 jr t2 # bail to the interpreter 727 * - lr+8 : to punt to the interpreter 797 RETURN # bail to the interpreter 800 RETURN # bail to the interpreter unconditionall [all...] |
CompilerTemplateAsm-ia32.S | 62 * to the interpreter. The problem is where to find the Dalvik
|
/dalvik/vm/compiler/codegen/arm/ |
CodegenDriver.cpp | 292 /* Generate a unconditional branch to go to the interpreter */ [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 407 ? EngineKind::Interpreter 417 /// machine, it does not fall back to the interpreter. This takes ownership 460 // the interpreter. 466 *ErrorStr = "Cannot create an interpreter with a memory manager."; 471 // Unless the interpreter was explicitly selected or the JIT is not linked, 495 // an interpreter instead. 496 if (WhichEngine & EngineKind::Interpreter) { 500 *ErrorStr = "Interpreter has not been linked in."; 521 // 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"
|
/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/llvm/ |
CMakeLists.txt | 123 option(LLVM_ENABLE_FFI "Use libffi to call external functions from the interpreter" OFF) 250 # Verify that we can find a Python interpreter, 254 "Unable to find Python interpreter, required for builds and testing.
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
CodeBlock.h | 273 #if ENABLE(INTERPRETER) 342 #if ENABLE(INTERPRETER) 514 #if ENABLE(INTERPRETER)
|
/external/webkit/Source/JavaScriptCore/jit/ |
JIT.cpp | 38 #include "Interpreter.h" 72 : m_interpreter(globalData->interpreter) 484 registerFileCheck = branchPtr(Below, AbsoluteAddress(m_globalData->interpreter->registerFile().addressOfEnd()), regT1);
|
/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),
|
/external/webkit/Source/JavaScriptCore/heap/ |
Heap.cpp | 27 #include "Interpreter.h" 190 return m_globalData->interpreter->registerFile();
|
/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 | |
/external/webkit/Source/JavaScriptCore/ |
ChangeLog-2007-10-14 | 466 Save and restore interpreter context independently from calling context. 727 as the Interpreter needs to be created after the global object. In this situation the initialization is deferred until after the Interpreter's 735 (JSGlobalContextCreate): Initialize the JSCallbackObject with the Interpreter's ExecState. 747 (JSGlobalContextCreate): Specify jsNull() as the prototype and let Interpreter's constructor fix it up to point at builtinObjectPrototype(). [all...] |
/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.
|
Completed in 609 milliseconds
<<11121314151617181920>>