Home | History | Annotate | Download | only in mips

Lines Matching refs:rSELF

3     lw     t9, offThread_interpStackEnd(rSELF)    # t9<- interpStackEnd
4 lbu t8, offThread_breakFlags(rSELF) # t8<- breakFlags
33 lw t6, offThread_jniLocal_topCookie(rSELF) # t6<- thread->localRef->...
34 sw a1, offThread_curFrame(rSELF) # self->curFrame = newFp
35 sw zero, offThread_inJitCodeCache(rSELF) # not in the jit code cache
41 add a1, rSELF, offThread_retval # a1<- &retval
42 move a3, rSELF # a3<- self
53 move a1, rSELF
54 # a0=JNIMethod, a1=rSELF
74 move a1, rSELF
75 # a0=JNIMethod, a1=rSELF
85 lw a1, offThread_exception(rSELF) # check for exception
86 sw rFP, offThread_curFrame(rSELF) # self->curFrame = fp
87 sw a0, offThread_jniLocal_topCookie(rSELF) # new top <- old top
93 sw a2, offThread_inJitCodeCache(rSELF) # set the mode properly