Home | History | Annotate | Download | only in out

Lines Matching refs:Stack

427 /* Save to the stack. Frame size = STACK_SIZE */
433 /* save stack pointer, add magic word for debuggerd */
484 /* Restore the stack pointer and all the registers stored at sp from the save
512 /* insert fake function header to help gdb find the stack frame */
1013 EXPORT_PC() # export PC so we can grab stack trace
8745 * is on the stack. The function's return value is a flag that tells
8760 # Stack should have 16/20 available
8782 * is on the stack. The function's return value is a flag that tells
10852 # Stack should have 16/20 available
10914 # Stack should have 16/20 available
11030 lw sp, offThread_jitResumeNSP(rSELF) # cut back native stack
11103 lw sp, offThread_jitResumeNSP(rSELF) # cut back native stack
11492 * As a result, the savedPc in the stack frame will not be wholly accurate. So
11514 SAVEAREA_FROM_FP(rBIX, rFP) # rBIX <- stack save area
11537 SAVEAREA_FROM_FP(rBIX, rFP) # rBIX <- stack save area
11631 # find space for the new stack frame, check for overflow
11632 SAVEAREA_FROM_FP(a1, rFP) # a1 <- stack save area
11641 bltu t0, rOBJ, .LstackOverflow # yes, this frame will overflow stack
11713 /* insert fake function header to help gdb find the stack frame */
11904 /* fix earlier stack overflow if necessary; Preserve a0 */
11949 /* fix stack overflow if necessary */