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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dglobals_x86.hpp63 define_pd_global(intx, StackShadowPages, NOT_WIN64(20) WIN64_ONLY(6) DEBUG_ONLY(+2));
H A Dc1_Runtime1_x86.cpp683 const int frame_size = 2 /*BP, return address*/ NOT_LP64(+ 1 /*thread*/) WIN64_ONLY(+ frame::arg_reg_save_area_bytes / BytesPerWord);
686 WIN64_ONLY(__ subq(rsp, frame::arg_reg_save_area_bytes));
754 // WIN64_ONLY: No need to add frame::arg_reg_save_area_bytes to SP
/openjdk7/hotspot/src/share/vm/utilities/
H A Dmacros.hpp153 #define WIN64_ONLY(code) code macro
156 #define WIN64_ONLY(code) macro

Completed in 41 milliseconds