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.
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 */
7622 * is on the stack. The function's return value is a flag that tells
7640 add sp, sp, #8 @ pop stack
7659 * is on the stack. The function's return value is a flag that tells
7674 add sp, sp, #8 @ pop stack
13127 add sp, sp, #8 @ pop stack
13189 add sp, sp, #8 @ pop stack
26711 ldr sp, [rSELF,#offThread_jitResumeNSP] @ cut back native stack
26793 ldr sp, [rSELF,#offThread_jitResumeNSP] @ cut back native stack
27157 * As a result, the savedPc in the stack frame will not be wholly accurate. So
27177 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
27198 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
27228 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
27264 @ find space for the new stack frame, check for overflow
27265 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
27274 blo .LstackOverflow @ yes, this frame will overflow stack
27278 SAVEAREA_FROM_FP(ip, rFP) @ ip<- stack save area
27361 /* insert fake function header to help gdb find the stack frame */
27571 /* fix earlier stack overflow if necessary; may trash rFP */
27585 add sp, sp, #8 @ restore stack
27621 /* fix stack overflow if necessary */
27771 * registers for EABI 64-bit stack alignment.)