Home | History | Annotate | Download | only in out

Lines Matching refs:stack

32     * The stack (%esp) - used to pass arguments to functions
42 * The stack is "full descending". Only the arguments that do not fit * in the first two arg registers are placed on the stack.
83 * Stack locations used for temporary data. For convenience.
112 * "Export" the PC to the stack frame, f/b/o future exception objects. This must
126 * Given a frame pointer, find the stack save area.
486 * insert fake function header to help gdb find the stack frame
8515 flds (rFP, rINST, 4) # push vB to floating point stack
8561 flds (rFP, rINST, 4) # push vB to floating point stack
8694 fldl (rFP, rINST, 4) # push vB to floating point stack
10573 flds (rFP, %eax, 4) # floating point stack vBB
10861 fldl (rFP, %ecx, 4) # floating point stack vBB
26437 fstps (rFP, %edx, 4) # pop floating point stack
26442 fstps (rFP, %edx, 4) # pop floating point stack
26447 fstps (rFP, %edx, 4) # pop floating point stack
26448 fstps (rFP, %edx, 4) # pop floating point stack
26809 lea 24(%esp), %esp # update stack pointer
26856 lea -40(%esp), %esp # set callee stack pointer
26866 lea 40(%esp), %esp # correct stack pointer
26875 * DvmMterpStdRun entry point: save stack pointer, setup memory locations, get
26919 * Restore the stack pointer and PC from the save point established on entry and
27238 movl %ebx, -4(%esp) # save %ebx to the stack
27436 * find space for the new stack frame, check for overflow
27448 subl $sizeofStackSaveArea, %ecx # %ecx<- newSaveArea (stack save area using newFP)
27629 movl rFP, -4(%esp) # move fp to stack
27659 * fix stack overflow if necessary
27713 cmp $0, %eax # check for stack overflow;