Home | History | Annotate | Download | only in mips

Lines Matching full:interpreter

30     li        a2, kSVSPunt                 #  a2 <- interpreter entry point
40 li a2, kSVSSingleStep # a2 <- interpreter entry point
46 li a2, kSVSNoProfile # a2 <- interpreter entry point
53 li a2, kSVSTraceSelect # a2 <- interpreter entry point
60 li a2, kSVSTraceSelect # a2 <- interpreter entry point
67 li a2, kSVSBackwardBranch # a2 <- interpreter entry point
74 li a2, kSVSNormal # a2 <- interpreter entry point
81 li a2, kSVSNoChain # a2 <- interpreter entry point
102 * Return from the translation cache to the interpreter when the compiler is
105 * between the interpreter and the code cache if the instruction that fails
124 * Return to the interpreter to handle a single instruction.
189 beqz a0, toInterpreter # didn't chain - resume with interpreter
205 * Return from the translation cache to the interpreter.
215 * interpreter (after treating this entry as a potential
237 beqz a0, toInterpreter # didn't chain - resume with interpreter
242 * Return from the translation cache to the interpreter to do method invocation.
268 * Return from the translation cache to the interpreter to do method invocation.
291 * No translation, restore interpreter regs and start interpreting.
426 * before jumping back to the interpreter.
445 # exit to interpreter without check
455 * It will end this interpreter activation, and return to the caller
823 * out of the interpreter), continue with whatever the next instruction