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.
283 * We don't have formal stack frames, so gdb scans upward in the code
286 * got pushed onto the stack. From this it figures out how to restore
287 * the registers, including PC, for the previous stack frame. If gdb
320 /* save stack pointer, add magic word for debuggerd */
402 * Restore the stack pointer and PC from the save point established on entry.
406 * We pushed some registers on the stack in dvmMterpStdRun, then saved
442 /* insert fake function header to help gdb find the stack frame */
7348 * is on the stack. The function's return value is a flag that tells
7359 add sp, sp, #8 @ pop stack
7378 * is on the stack. The function's return value is a flag that tells
7389 add sp, sp, #8 @ pop stack
9862 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
9888 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
9924 @ find space for the new stack frame, check for overflow
9925 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
9933 blo .LstackOverflow @ yes, this frame will overflow stack
9937 SAVEAREA_FROM_FP(ip, rFP) @ ip<- stack save area
10005 /* insert fake function header to help gdb find the stack frame */
10175 /* fix earlier stack overflow if necessary; may trash rFP */
10189 add sp, sp, #8 @ restore stack
10215 /* fix stack overflow if necessary */
10350 * registers for EABI 64-bit stack alignment.)