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.
15675 mov r2,#kSVSPunt @ r2<- interpreter entry point
15687 mov r2,#kSVSSingleStep @ r2<- interpreter entry point
15694 mov r2,#kSVSNoProfile @ r2<- interpreter entry point
15702 mov r2,#kSVSTraceSelect @ r2<- interpreter entry point
15710 mov r2,#kSVSTraceSelect @ r2<- interpreter entry point
15718 mov r2,#kSVSBackwardBranch @ r2<- interpreter entry point
15726 mov r2,#kSVSNormal @ r2<- interpreter entry point
15734 mov r2,#kSVSNoChain @ r2<- interpreter entry point
15755 * Return from the translation cache to the interpreter when the compiler is
15758 * between the interpreter and the code cache if the instruction that fails
15777 * Return to the interpreter to handle a single instruction.
15821 b 2f @ branch over to use the interpreter
15845 b toInterpreter @ didn't chain - resume with interpreter
15859 * Return from the translation cache to the interpreter.
15869 * interpreter (after treating this entry as a potential
15892 b toInterpreter @ didn't chain - resume with interpreter
15895 * Return from the translation cache to the interpreter to do method invocation.
15918 * Return from the translation cache to the interpreter to do method invocation.
15937 * No translation, restore interpreter regs and start interpreting.
16056 * Restore PC, registers, and interpreter state to original values
16057 * before jumping back to the interpreter.
16077 1: @ exit to interpreter without check
16087 * It will end this interpreter activation, and return to the caller
16456 * out of the interpreter), continue with whatever the next instruction