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.
245 * We don't have formal stack frames, so gdb scans upward in the code
248 * got pushed onto the stack. From this it figures out how to restore
249 * the registers, including PC, for the previous stack frame. If gdb
281 /* save stack pointer, add magic word for debuggerd */
333 * Restore the stack pointer and PC from the save point established on entry.
337 * We pushed some registers on the stack in dvmMterpStdRun, then saved
371 /* insert fake function header to help gdb find the stack frame */
7300 * is on the stack. The function's return value is a flag that tells
7318 add sp, sp, #8 @ pop stack
7337 * is on the stack. The function's return value is a flag that tells
7352 add sp, sp, #8 @ pop stack
12669 add sp, sp, #8 @ pop stack
12731 add sp, sp, #8 @ pop stack
26253 ldr sp, [rSELF,#offThread_jitResumeNSP] @ cut back native stack
26335 ldr sp, [rSELF,#offThread_jitResumeNSP] @ cut back native stack
26699 * As a result, the savedPc in the stack frame will not be wholly accurate. So
26719 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
26740 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
26770 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
26806 @ find space for the new stack frame, check for overflow
26807 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
26816 blo .LstackOverflow @ yes, this frame will overflow stack
26820 SAVEAREA_FROM_FP(ip, rFP) @ ip<- stack save area
26903 /* insert fake function header to help gdb find the stack frame */
27113 /* fix earlier stack overflow if necessary; may trash rFP */
27127 add sp, sp, #8 @ restore stack
27163 /* fix stack overflow if necessary */
27313 * registers for EABI 64-bit stack alignment.)