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 */
7714 * is on the stack. The function's return value is a flag that tells
7725 add sp, sp, #8 @ pop stack
7744 * is on the stack. The function's return value is a flag that tells
7755 add sp, sp, #8 @ pop stack
10390 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
10416 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
10452 @ find space for the new stack frame, check for overflow
10453 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
10461 blo .LstackOverflow @ yes, this frame will overflow stack
10465 SAVEAREA_FROM_FP(ip, rFP) @ ip<- stack save area
10533 /* insert fake function header to help gdb find the stack frame */
10703 /* fix earlier stack overflow if necessary; may trash rFP */
10717 add sp, sp, #8 @ restore stack
10743 /* fix stack overflow if necessary */
10878 * registers for EABI 64-bit stack alignment.)