Home | History | Annotate | Download | only in armv5te

Lines Matching full:interpreter

31     mov    r2,#kSVSPunt                 @ r2<- interpreter entry point
43 mov r2,#kSVSSingleStep @ r2<- interpreter entry point
50 mov r2,#kSVSNoProfile @ r2<- interpreter entry point
58 mov r2,#kSVSTraceSelect @ r2<- interpreter entry point
66 mov r2,#kSVSTraceSelect @ r2<- interpreter entry point
74 mov r2,#kSVSBackwardBranch @ r2<- interpreter entry point
82 mov r2,#kSVSNormal @ r2<- interpreter entry point
90 mov r2,#kSVSNoChain @ r2<- interpreter entry point
111 * Return from the translation cache to the interpreter when the compiler is
114 * between the interpreter and the code cache if the instruction that fails
133 * Return to the interpreter to handle a single instruction.
177 b 2f @ branch over to use the interpreter
201 b toInterpreter @ didn't chain - resume with interpreter
215 * Return from the translation cache to the interpreter.
225 * interpreter (after treating this entry as a potential
248 b toInterpreter @ didn't chain - resume with interpreter
251 * Return from the translation cache to the interpreter to do method invocation.
274 * Return from the translation cache to the interpreter to do method invocation.
293 * No translation, restore interpreter regs and start interpreting.
412 * Restore PC, registers, and interpreter state to original values
413 * before jumping back to the interpreter.
433 1: @ exit to interpreter without check
443 * It will end this interpreter activation, and return to the caller
812 * out of the interpreter), continue with whatever the next instruction