Home | History | Annotate | Download | only in x86

Lines Matching full:outs

389     * prepare to copy args to "outs" area of current frame
402 * %edx=&outs (&stackSaveArea). (very few methods have > 10 args;
410 subl LOCAL0_OFFSET(%ebp), %edx # %edx<- update &outs
416 movl %ebx, (%edx) # *outs<- vCCCC
417 lea 4(%edx), %edx # outs++
424 * prepare to copy args to "outs" area of current frame
450 * %eax=methodToCall, %ecx=GFED, LOCAL0_OFFSET(%ebp)=count, %edx=outs
463 lea -4(%edx), %edx # %edx<- update &outs; &outs--
465 movl %ecx, (%edx) # *outs<- vA
469 lea -4(%edx), %edx # %edx<- update &outs; &outs--
471 movl %ecx, (%edx) # *outs<- vG
476 lea -4(%edx), %edx # %edx<- update &outs; &outs--
478 movl %ecx, (%edx) # *outs<- vF
483 lea -4(%edx), %edx # %edx<- update &outs; &outs--
485 movl %ecx, (%edx) # *outs<- vE
490 movl %ecx, -4(%edx) # *--outs<- vD
506 movl %eax, LOCAL1_OFFSET(%ebp) # LOCAL1_OFFSET(%ebp)<- &outs
523 movl %ecx, offStackSaveArea_prevSave(%edx) # newSaveArea->prevSave<- &outs