Home | History | Annotate | Download | only in mips

Lines Matching refs:rSELF

12     lw     t9, offThread_jniLocal_topCookie(rSELF)  # t9<- thread->localRef->...
13 sw zero, offThread_inJitCodeCache(rSELF) # not in jit code cache
14 sw a1, offThread_curFrame(rSELF) # self->curFrame = newFp
17 lhu ra, offThread_subMode(rSELF)
22 add a1, rSELF, offThread_retval # a1<- &retval
23 move a3, rSELF # a3<- self
34 move a1, rSELF
53 move a1, rSELF
69 lw a1, offThread_exception(rSELF) # check for exception
70 sw rFP, offThread_curFrame(rSELF) # self->curFrame = fp
71 sw a0, offThread_jniLocal_topCookie(rSELF) # new top <- old top
77 sw a2, offThread_inJitCodeCache(rSELF) # set the mode properly
105 sw zero, offThread_inJitCodeCache(rSELF) # in interpreter land