Lines Matching full:interpreter
17 * Dalvik interpreter definitions. These are internal to the interpreter.
20 * that are common to all interpreter implementations.
35 * Execution mode, e.g. interpreter vs. JIT.
76 * Interpreter break flags. When set, causes the interpreter to
105 * to an interpreter activation.
134 * 3) dvmJitToInterpPunt: use the fast interpreter to execute the next
138 * 4) dvmJitToInterpSingleStep: use the portable interpreter to execute the
163 /* States of the interpreter when serving a JIT-related request */
165 /* Entering states in the debug interpreter */
171 /* Operational states in the debug interpreter */
188 kSVSDebugInterp = 9, // Normal state restored, running debug interpreter