Home | History | Annotate | Download | only in out

Lines Matching full:interpreter

176  * interpreter, we don't have to worry about pre-ARMv5 THUMB interwork.
241 * Interpreter entry point.
16133 mov r2,#kSVSPunt @ r2<- interpreter entry point
16145 mov r2,#kSVSSingleStep @ r2<- interpreter entry point
16152 mov r2,#kSVSNoProfile @ r2<- interpreter entry point
16160 mov r2,#kSVSTraceSelect @ r2<- interpreter entry point
16168 mov r2,#kSVSTraceSelect @ r2<- interpreter entry point
16176 mov r2,#kSVSBackwardBranch @ r2<- interpreter entry point
16184 mov r2,#kSVSNormal @ r2<- interpreter entry point
16192 mov r2,#kSVSNoChain @ r2<- interpreter entry point
16213 * Return from the translation cache to the interpreter when the compiler is
16216 * between the interpreter and the code cache if the instruction that fails
16235 * Return to the interpreter to handle a single instruction.
16279 b 2f @ branch over to use the interpreter
16303 b toInterpreter @ didn't chain - resume with interpreter
16317 * Return from the translation cache to the interpreter.
16327 * interpreter (after treating this entry as a potential
16350 b toInterpreter @ didn't chain - resume with interpreter
16353 * Return from the translation cache to the interpreter to do method invocation.
16376 * Return from the translation cache to the interpreter to do method invocation.
16395 * No translation, restore interpreter regs and start interpreting.
16514 * Restore PC, registers, and interpreter state to original values
16515 * before jumping back to the interpreter.
16535 1: @ exit to interpreter without check
16545 * It will end this interpreter activation, and return to the caller
16914 * out of the interpreter), continue with whatever the next instruction