Home | History | Annotate | Download | only in out

Lines Matching refs:newFP

18122     subl        %eax, %ecx              # %ecx<- newFP; (old savearea - regsSize)
18125 subl $sizeofStackSaveArea, %ecx # %ecx<- newSaveArea (stack save area using newFP)
18151 * %ecx=methodToCall, sReg1=newFp
18161 movl sReg1, rFP # rFP<- newFP
18162 movl rFP, offThread_curFrame(%ecx) # glue->self->curFrame<- newFP
18167 * %ecx=methodToCall, sReg1=newFP, %eax=newSaveArea
18177 movl sReg1, %eax # %eax<- newFP
18178 movl %eax, offThread_curFrame(%edx) # glue->self->curFrame<- newFP
18185 movl %eax, -28(%esp) # push parameter newFP