Searched refs:rsp_after_call_off (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp182 rsp_after_call_off = xmm_save_base - 2 * (xmm_save_last - xmm_save_first), // -27 enumerator in enum:StubGenerator::call_stub_layout
201 rsp_after_call_off = -12,
202 mxcsr_off = rsp_after_call_off,
229 assert((int)frame::entry_frame_after_call_words == -(int)rsp_after_call_off + 1 &&
236 const Address rsp_after_call(rbp, rsp_after_call_off * wordSize);
257 __ subptr(rsp, -rsp_after_call_off * wordSize);
402 __ addptr(rsp, -rsp_after_call_off * wordSize);
441 const Address rsp_after_call(rbp, rsp_after_call_off * wordSize);
3286 __ subptr(rsp, -rsp_after_call_off * wordSize);
3437 __ subptr(rsp, -rsp_after_call_off * wordSiz
[all...]

Completed in 38 milliseconds