Home | History | Annotate | Download | only in out

Lines Matching refs:stack

48 Stack is "full descending".  Only the arguments that don't fit in the first 4
49 registers are placed on the stack. "sp" points at the first stacked argument
91 * "export" the PC to the stack frame, f/b/o future exception objects. Must
103 * Given a frame pointer, find the stack save area.
273 * We don't have formal stack frames, so gdb scans upward in the code
276 * got pushed onto the stack. From this it figures out how to restore
277 * the registers, including PC, for the previous stack frame. If gdb
310 /* save stack pointer, add magic word for debuggerd */
392 * Restore the stack pointer and PC from the save point established on entry.
396 * We pushed some registers on the stack in dvmMterpStdRun, then saved
432 /* insert fake function header to help gdb find the stack frame */
7394 * is on the stack. The function's return value is a flag that tells
7405 add sp, sp, #8 @ pop stack
7424 * is on the stack. The function's return value is a flag that tells
7435 add sp, sp, #8 @ pop stack
9928 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
9954 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
9990 @ find space for the new stack frame, check for overflow
9991 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
9999 blo .LstackOverflow @ yes, this frame will overflow stack
10003 SAVEAREA_FROM_FP(ip, rFP) @ ip<- stack save area
10071 /* insert fake function header to help gdb find the stack frame */
10241 /* fix earlier stack overflow if necessary; may trash rFP */
10255 add sp, sp, #8 @ restore stack
10281 /* fix stack overflow if necessary */
10416 * registers for EABI 64-bit stack alignment.)