Lines Matching full:self
188 movl offGlue_self(%ecx), %eax # %eax<- glue->self
190 movl rFP, offThread_curFrame(%eax) # glue->self->curFrame<- newFP
202 movl offGlue_self(%ecx), %ecx # %ecx<- glue->self
203 movl offThread_jniLocal_topCookie(%ecx), %eax # %eax<- self->localRef->...
207 movl %edx, offThread_curFrame(%ecx) # glue->self->curFrame<- newFP
208 movl %ecx, OUT_ARG3(%esp) # save glue->self
209 movl %ecx, OUT_ARG2(%esp) # push parameter glue->self
219 movl OUT_ARG3(%esp), %eax # %eax<- glue->self
222 movl rFP, offThread_curFrame(%eax) # glue->self->curFrame<- rFP
233 movl offGlue_self(%eax), %eax # %eax<- glue->self
234 movl %eax, OUT_ARG0(%esp) # push parameter self
235 call dvmHandleStackOverflow # call: (Thread* self, Method* meth)
313 * bool dvmCheckSuspendPending(Thread* self)
317 movl offGlue_self(%ecx),%eax # eax<- glue->self
364 movl offGlue_self(%ecx),%eax # eax<- self
366 movl rFP,offThread_curFrame(%eax) # self->curFrame = fp