/dalvik/tests/etc/ |
host-run-test-jar | 8 # --fast -- use the fast interpreter (the default) 10 # --portable -- use the portable interpreter 42 msg "Using fast interpreter" 46 msg "Using portable interpreter" 82 msg "Using fast interpreter by default"
|
/external/webkit/Source/JavaScriptCore/ |
CMakeLists.txt | 11 "${JAVASCRIPTCORE_DIR}/interpreter" 57 interpreter/CallFrame.cpp 58 interpreter/Interpreter.cpp 59 interpreter/RegisterFile.cpp
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
CallFrame.h | 34 class Interpreter; 73 Interpreter* interpreter() { return globalData().interpreter; } function in class:JSC::ExecState 97 #if ENABLE(INTERPRETER)
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_NATIVE.S | 22 bxne lr @ bail to the interpreter 24 bx lr @ bail to interpreter unconditionally 77 @ continue executing the next instruction through the interpreter
|
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 31 bxne lr @ bail to the interpreter 36 bxne lr @ bail to the interpreter
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
InterpretedMacro.java | 17 package com.google.clearsilver.jsilver.interpreter; 31 * User defined macro that will be executed by the interpreter. 106 // arguments are passed to a macro is consistent with JNI / interpreter.
|
/dalvik/vm/mterp/ |
Mterp.cpp | 27 * Verify some constants used by the mterp interpreter. 104 LOGD("|-- Leaving interpreter loop");
|
config-portable | 16 # Configuration for the portable interpreter.
|
rebuild.sh | 28 echo Removing unneeded assembly source for portable interpreter
|
/external/webkit/LayoutTests/fast/leaks/ |
003.html-disabled | 2 of a frame containing a JavaScript interpreter. If the test passes, you'll see a PASS message below.</p> 34 // Destroy a frame that has a JavaScript interpreter.
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Completion.cpp | 29 #include "Interpreter.h" 64 JSValue result = exec->interpreter()->execute(program, exec, scopeChain, thisObj);
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParser_V40.java | 69 public void addInterpreter(VCardInterpreter interpreter) { 70 mVCardParserImpl.addInterpreter(interpreter);
|
/dalvik/docs/ |
embedded-vm-control.html | 164 interpreter cores. These are referred to as "fast", "portable", and 165 "debug". The "fast" interpreter is optimized for the current 167 constrast, the "portable" interpreter is written in C and expected to 168 run on a broad range of platforms. The "debug" interpreter is a variant 172 a different interpreter, the JIT compiler may be enabled or disabled 181 <p>To select the "portable" interpreter, you would use: 183 If the property is not specified, the most appropriate interpreter 188 the "fast" interpreter is generated as a series of C stubs, and the 194 switches to the "debug" interpreter. When profiling ends or the debugger 195 disconnects, the original interpreter is resumed. (The "debug" interprete [all...] |
/dalvik/vm/ |
Thread.h | 83 * Interpreter control struction. Packed into a long long to enable 107 * Interpreter state which must be preserved across nested 108 * interpreter invocations (via JNI callbacks). Must be the first 117 * Begin interpreter state which does not need to be preserved, but should 123 * interpBreak contains info about the interpreter mode, as well as 157 /* interpreter stack size; our stacks are fixed-length */ 164 /* Assembly interpreter handler tables */ 187 * Whether the current top VM frame is in the interpreter or JIT cache: 188 * NULL : in the interpreter 218 const u2* lastPC; // Stage the PC for the threaded interpreter [all...] |
/dalvik/vm/compiler/template/ia32/ |
TEMPLATE_INTERPRET.S | 4 * to the interpreter. The problem is where to find the Dalvik
|
/dalvik/vm/mterp/c/ |
OP_NEW_INSTANCE.cpp | 24 * Since we use the portable interpreter to build the trace, this extra
|
OP_NEW_INSTANCE_JUMBO.cpp | 24 * Since we use the portable interpreter to build the trace, this extra
|
/external/clang/examples/ |
Makefile | 12 PARALLEL_DIRS := clang-interpreter PrintFunctionNames
|
/external/freetype/include/freetype/ |
ttunpat.h | 46 * interpreter for a typeface opened by @FT_Open_Face.
|
/external/llvm/bindings/ocaml/executionengine/ |
Makefile | 16 UsedComponents := executionengine jit interpreter native
|
/external/llvm/bindings/ocaml/llvm/ |
META.llvm.in | 36 description = "JIT and Interpreter for LLVM"
|
/external/llvm/examples/BrainF/ |
Makefile | 13 LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
|
/external/llvm/examples/Fibonacci/ |
Makefile | 15 LINK_COMPONENTS := jit interpreter nativecodegen
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toy.ml | 17 (* Run the main "interpreter loop" now. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
toy.ml | 19 (* Run the main "interpreter loop" now. *)
|