Home | History | Annotate | Download | only in x86

Lines Matching refs:newSaveArea

355     subl        $$sizeofStackSaveArea, %eax # %eax<- newSaveArea (stack save area using newFP)
359 movl %eax, %edx # %edx<- newSaveArea
360 sub %ecx, %eax # %eax<- bottom; (newSaveArea - outsSize)
366 * set up newSaveArea
371 movl %ecx, offStackSaveArea_prevSave(%edx) # newSaveArea->prevSave<- &outs
374 movl rFP, offStackSaveArea_prevFrame(%edx) # newSaveArea->prevFrame<- rFP
375 movl rPC, offStackSaveArea_savedPc(%edx) # newSaveArea->savedPc<- rPC
382 movl %eax, offStackSaveArea_method(%edx) # newSaveArea->method<- method to call
409 SPILL_TMP2(%edx) # preserve newSaveArea
421 * %eax=methodToCall, LOCAL1_OFFSET(%ebp)=newFP, %edx=newSaveArea, %ecx=self
426 movl rINST, offStackSaveArea_localRefCookie(%edx) # newSaveArea->localRefCookie<- top
427 movl %edx, LOCAL2_OFFSET(%ebp) # save newSaveArea
439 movl LOCAL2_OFFSET(%ebp), %ecx # %ecx<- newSaveArea