Home | History | Annotate | Download | only in out

Lines Matching full:self

427     movl    offGlue_self(%ecx),%ecx    # ecx<- glue->self
682 movl offGlue_self(%ecx),%ecx # ecx<- glue->self
707 movl offGlue_self(%ecx),%ecx # ecx<- glue->self
932 movl offGlue_self(%ecx),%ecx # ecx<- glue->self
6265 call dvmLockObject # dvmLockObject(self,object)
6269 movl offGlueSelf(%ecx),%ecx # ecx<- glue->self
6280 call dvmUnlockObject # unlock(self,obj)
8697 movl offGlue_self(%ecx), %eax # %eax<- glue->self
8699 movl rFP, offThread_curFrame(%eax) # glue->self->curFrame<- newFP
8711 movl offGlue_self(%ecx), %ecx # %ecx<- glue->self
8712 movl offThread_jniLocal_topCookie(%ecx), %eax # %eax<- self->localRef->...
8716 movl %edx, offThread_curFrame(%ecx) # glue->self->curFrame<- newFP
8717 movl %ecx, OUT_ARG3(%esp) # save glue->self
8718 movl %ecx, OUT_ARG2(%esp) # push parameter glue->self
8728 movl OUT_ARG3(%esp), %eax # %eax<- glue->self
8731 movl rFP, offThread_curFrame(%eax) # glue->self->curFrame<- rFP
8742 movl offGlue_self(%eax), %eax # %eax<- glue->self
8743 movl %eax, OUT_ARG0(%esp) # push parameter self
8744 call dvmHandleStackOverflow # call: (Thread* self, Method* meth)
8822 * bool dvmCheckSuspendPending(Thread* self)
8826 movl offGlue_self(%ecx),%eax # eax<- glue->self
8873 movl offGlue_self(%ecx),%eax # eax<- self
8875 movl rFP,offThread_curFrame(%eax) # self->curFrame = fp