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.
523 * insert fake function header to help gdb find the stack frame
1848 EXPORT_PC # export PC so we can grab stack trace
8603 flds (rFP, rINST, 4) # push vB to floating point stack
8649 flds (rFP, rINST, 4) # push vB to floating point stack
8782 fldl (rFP, rINST, 4) # push vB to floating point stack
10649 flds (rFP, %eax, 4) # floating point stack vBB
10934 fldl (rFP, %ecx, 4) # floating point stack vBB
17109 fstps (rFP, %edx, 4) # pop floating point stack
17114 fstps (rFP, %edx, 4) # pop floating point stack
17119 fstps (rFP, %edx, 4) # pop floating point stack
17120 fstps (rFP, %edx, 4) # pop floating point stack
17471 lea 24(%esp), %esp # update stack pointer
17517 lea -40(%esp), %esp # set callee stack pointer
17527 #lea 40(%ebp), %esp # correct stack pointer
17534 lea 40(%esp), %esp # correct stack pointer
17543 * DvmMterpStdRun entry point: save stack pointer, setup memory locations, get
17587 * Restore the stack pointer and PC from the save point established on entry and
17906 movl %ebx, -4(%esp) # save %ebx to the stack
18113 * find space for the new stack frame, check for overflow
18125 subl $sizeofStackSaveArea, %ecx # %ecx<- newSaveArea (stack save area using newFP)
18312 movl rFP, -4(%esp) # move fp to stack
18342 * fix stack overflow if necessary
18396 cmp $0, %eax # check for stack overflow;