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

1 2 3 45 6 7 8 91011>>

  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 26 RETURN # bail to the interpreter
29 RETURN # bail to the interpreter unconditionally
98 # continue executing the next instruction through 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/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NO_OPT.S 31 bxne lr @ bail to the interpreter
36 bxne lr @ bail to the interpreter
  /dalvik/vm/mterp/
Mterp.cpp 27 * Verify some constants used by the mterp interpreter.
108 ALOGD("|-- Leaving interpreter loop");
Mterp.h 44 * interpreter.
config-portable 16 # Configuration for the portable interpreter.
rebuild.sh 28 echo Removing unneeded assembly source for portable interpreter
  /external/chromium_org/v8/test/webkit/
regexp-alternatives.js 33 // Force YARR to use Interpreter by using iterative parentheses
38 // Force YARR to use Interpreter by using backreference
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/share/man/man1/
python.1 129 the behavior of the interpreter.
132 Prints the usage for the interpreter executable and exits.
283 .SH INTERPRETER INTERFACE
284 The interpreter interface resembles that of the UNIX shell: when
317 Note that options interpreted by the Python interpreter itself
327 The interpreter quits when it reads an EOF at a prompt.
330 interpreter exits after printing the stack trace.
343 Recommended location of the interpreter.
359 interpreter.
420 If this is set before running the interpreter, it overrides the encoding use
    [all...]
python2.1 129 the behavior of the interpreter.
132 Prints the usage for the interpreter executable and exits.
283 .SH INTERPRETER INTERFACE
284 The interpreter interface resembles that of the UNIX shell: when
317 Note that options interpreted by the Python interpreter itself
327 The interpreter quits when it reads an EOF at a prompt.
330 interpreter exits after printing the stack trace.
343 Recommended location of the interpreter.
359 interpreter.
420 If this is set before running the interpreter, it overrides the encoding use
    [all...]
python2.7.1 129 the behavior of the interpreter.
132 Prints the usage for the interpreter executable and exits.
283 .SH INTERPRETER INTERFACE
284 The interpreter interface resembles that of the UNIX shell: when
317 Note that options interpreted by the Python interpreter itself
327 The interpreter quits when it reads an EOF at a prompt.
330 interpreter exits after printing the stack trace.
343 Recommended location of the interpreter.
359 interpreter.
420 If this is set before running the interpreter, it overrides the encoding use
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/man/man1/
python.1 129 the behavior of the interpreter.
132 Prints the usage for the interpreter executable and exits.
283 .SH INTERPRETER INTERFACE
284 The interpreter interface resembles that of the UNIX shell: when
317 Note that options interpreted by the Python interpreter itself
327 The interpreter quits when it reads an EOF at a prompt.
330 interpreter exits after printing the stack trace.
343 Recommended location of the interpreter.
359 interpreter.
420 If this is set before running the interpreter, it overrides the encoding use
    [all...]
python2.1 129 the behavior of the interpreter.
132 Prints the usage for the interpreter executable and exits.
283 .SH INTERPRETER INTERFACE
284 The interpreter interface resembles that of the UNIX shell: when
317 Note that options interpreted by the Python interpreter itself
327 The interpreter quits when it reads an EOF at a prompt.
330 interpreter exits after printing the stack trace.
343 Recommended location of the interpreter.
359 interpreter.
420 If this is set before running the interpreter, it overrides the encoding use
    [all...]
python2.7.1 129 the behavior of the interpreter.
132 Prints the usage for the interpreter executable and exits.
283 .SH INTERPRETER INTERFACE
284 The interpreter interface resembles that of the UNIX shell: when
317 Note that options interpreted by the Python interpreter itself
327 The interpreter quits when it reads an EOF at a prompt.
330 interpreter exits after printing the stack trace.
343 Recommended location of the interpreter.
359 interpreter.
420 If this is set before running the interpreter, it overrides the encoding use
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test4.c 106 ** the interpreter and return -1.
124 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
173 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
217 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
252 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
284 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
320 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
356 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
415 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
460 Tcl_Interp *interp, /* The TCL interpreter that invoked this command *
    [all...]
  /dalvik/vm/mterp/mips/
footer.S 30 li a2, kSVSPunt # a2 <- interpreter entry point
40 li a2, kSVSSingleStep # a2 <- interpreter entry point
46 li a2, kSVSNoProfile # a2 <- interpreter entry point
53 li a2, kSVSTraceSelect # a2 <- interpreter entry point
60 li a2, kSVSTraceSelect # a2 <- interpreter entry point
67 li a2, kSVSBackwardBranch # a2 <- interpreter entry point
74 li a2, kSVSNormal # a2 <- interpreter entry point
81 li a2, kSVSNoChain # a2 <- interpreter entry point
102 * Return from the translation cache to the interpreter when the compiler is
105 * between the interpreter and the code cache if the instruction that fail
    [all...]
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.h 35 // Pointers to functions that are called by interpreter trampolines via thread-local storage.
  /art/test/etc/
push-and-run-test-jar 15 INTERPRETER="n"
47 elif [ "x$1" = "x--interpreter" ]; then
48 INTERPRETER="y"
128 if [ "$INTERPRETER" = "y" ]; then
  /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"
  /dalvik/vm/compiler/codegen/x86/
NcgHelper.h 25 extern "C" void dvmNcgInvokeInterpreter(int pc); //interpreter to execute at pc
  /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

Completed in 489 milliseconds

1 2 3 45 6 7 8 91011>>