Home | History | Annotate | Download | only in out

Lines Matching refs:newFP

9038     subl        %edx, %eax              # %eax<- newFP; (old savearea - regsSize)
9041 subl $sizeofStackSaveArea, %eax # %eax<- newSaveArea (stack save area using newFP)
9068 * %eax=methodToCall, LOCAL1_OFFSET(%ebp)=newFp
9078 movl LOCAL1_OFFSET(%ebp), rFP # rFP<- newFP
9079 movl rFP, offThread_curFrame(%eax) # glue->self->curFrame<- newFP
9085 * %eax=methodToCall, LOCAL1_OFFSET(%ebp)=newFP, %edx=newSaveArea
9095 movl LOCAL1_OFFSET(%ebp), %edx # %edx<- newFP
9096 movl %edx, offThread_curFrame(%ecx) # glue->self->curFrame<- newFP
9103 push %edx # push parameter newFP