Lines Matching full:interpreter
176 * interpreter, we don't have to worry about pre-ARMv5 THUMB interwork.
255 * Interpreter entry point.
15612 mov r2,#kSVSPunt @ r2<- interpreter entry point
15624 mov r2,#kSVSSingleStep @ r2<- interpreter entry point
15631 mov r2,#kSVSNoProfile @ r2<- interpreter entry point
15639 mov r2,#kSVSTraceSelect @ r2<- interpreter entry point
15647 mov r2,#kSVSTraceSelect @ r2<- interpreter entry point
15655 mov r2,#kSVSBackwardBranch @ r2<- interpreter entry point
15663 mov r2,#kSVSNormal @ r2<- interpreter entry point
15671 mov r2,#kSVSNoChain @ r2<- interpreter entry point
15692 * Return from the translation cache to the interpreter when the compiler is
15695 * between the interpreter and the code cache if the instruction that fails
15714 * Return to the interpreter to handle a single instruction.
15758 b 2f @ branch over to use the interpreter
15782 b toInterpreter @ didn't chain - resume with interpreter
15796 * Return from the translation cache to the interpreter.
15806 * interpreter (after treating this entry as a potential
15829 b toInterpreter @ didn't chain - resume with interpreter
15832 * Return from the translation cache to the interpreter to do method invocation.
15855 * Return from the translation cache to the interpreter to do method invocation.
15874 * No translation, restore interpreter regs and start interpreting.
15993 * Restore PC, registers, and interpreter state to original values
15994 * before jumping back to the interpreter.
16014 1: @ exit to interpreter without check
16024 * It will end this interpreter activation, and return to the caller
16393 * out of the interpreter), continue with whatever the next instruction