Lines Matching refs:SP

186   __ mov(Llast_SP, SP);   // Remove any adapter added stack space.
234 // case of native methods, the caller's SP was not modified.
261 __ delayed()->restore(I5_savedSP, G0, SP); // remove interpreter frame
432 // SP, which would take another register
437 __ cmp_and_brx_short(SP, Rscratch, Assembler::greaterUnsigned, Assembler::pt, after_frame_check);
441 // Note that SP is restored to sender's sp (in the delay slot). This
451 __ delayed()->mov(O5_savedSP, SP);
467 // 1) Increase caller's SP by for the extra local space needed:
517 // Set the saved SP after the register window save
556 // bump SP to accomodate the extra locals
558 __ sub( SP, Glocals_size, SP );
565 __ save( SP, Gframe_size, SP );
621 __ delayed()->mov(O5_savedSP, SP);
723 __ delayed()->mov(O5_savedSP, SP);
799 __ delayed()->mov(O5_savedSP, SP);
952 __ st_ptr(Lmethod, SP, (Lmethod->sp_offset_in_saved_window() * wordSize) + STACK_BIAS);
959 __ sub(SP, FP, O3); // Calculate negative of current frame size
960 __ save(SP, O3, SP); // Allocate an identical sized frame
1016 // their JNI positions, which are O1..O5 and SP[68..].
1036 // The other trick is we set last_Java_sp to FP instead of the usual SP because
1440 // bump SP up by X to accomadate the extra locals
1666 // Llast_SP is set below for the current frame to SP (with the
1688 // Caller wants his own SP back
1695 // make sure I5_savedSP and the entry frames notion of saved SP
1699 "would change callers SP");
1738 // Llast_SP will be same as SP as there is no adapter space
1855 // The caller's SP was adjusted upon method entry to accomodate
1858 __ delayed()->restore(I5_savedSP, G0, SP);
1868 // The caller's SP was adjusted upon method entry to accomodate
1870 __ restore(I5_savedSP, G0, SP);
1926 // The caller's SP was adjusted upon method entry to accomodate
1929 __ delayed()->restore(I5_savedSP, G0, SP);
1956 // The caller's SP was adjusted upon method entry to accomodate
1959 __ delayed()->restore(I5_savedSP, G0, SP);