Home | History | Annotate | Download | only in out

Lines Matching refs:newFP

15540     subl        %edx, %eax              # %eax<- newFP; (old savearea - regsSize)
15543 subl $sizeofStackSaveArea, %eax # %eax<- newSaveArea (stack save area using newFP)
15575 * %eax=methodToCall, LOCAL1_OFFSET(%ebp)=newFp
15583 movl LOCAL1_OFFSET(%ebp), rFP # rFP<- newFP
15584 movl rFP, offThread_curFrame(%ecx) # curFrame<-newFP
15609 * %eax=methodToCall, LOCAL1_OFFSET(%ebp)=newFP, %edx=newSaveArea, %ecx=self
15616 movl LOCAL1_OFFSET(%ebp), rINST # rINST<- newFP
15617 movl rINST, offThread_curFrame(%ecx) # curFrame<- newFP
15624 movl rINST, OUT_ARG0(%esp) # push parameter newFP
15642 * %eax=methodToCall, rINST=newFP, %ecx=self
15658 movl rINST, OUT_ARG0(%esp) # push parameter newFP