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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp138 return round_to(BasicObjectLock::size(), WordsPerLong);
199 int rounded_vm_local_words = round_to(frame::interpreter_frame_vm_local_words, WordsPerLong);
213 return round_to(BasicObjectLock::size(), WordsPerLong);
H A DtemplateInterpreter_sparc.cpp500 int rounded_vm_local_words = round_to( frame::interpreter_frame_vm_local_words, WordsPerLong );
526 __ round_to( Gframe_size, WordsPerLong );
535 __ round_to( Glocals_size, WordsPerLong );
543 __ round_to( Gframe_size, WordsPerLong );
1544 round_to(frame::interpreter_frame_vm_local_words,WordsPerLong);
1547 round_to(callee_extra_locals * Interpreter::stackElementWords, WordsPerLong);
1552 + frame::memory_parameter_word_sp_offset), WordsPerLong)
1562 WordsPerLong); // 7 + register save area
1597 int rounded_vm_local_words = round_to(frame::interpreter_frame_vm_local_words,WordsPerLong);
1599 assert(monitor_size == round_to(monitor_size, WordsPerLong), "mus
[all...]
H A DcppInterpreter_sparc.cpp1082 __ and3(Gtmp, -WordsPerLong, Gtmp); // make multiple of 2 (SP must be 2-word aligned)
2077 (callee_extra_locals * Interpreter::stackElementWords()), WordsPerLong));
2085 WordsPerLong); // 7 + register save area
H A Dinterp_masm_sparc.cpp78 round_to(delta, WordsPerLong); // make multiple of 2 (SP must be 2-word aligned)
533 //round_to( Gframe_size, WordsPerLong ); // -- moved down to the "and" below
2061 int rounded_vm_local_words = ::round_to(frame::interpreter_frame_vm_local_words, WordsPerLong);
H A DsharedRuntime_sparc.cpp3285 return round_to(diff, WordsPerLong);
H A DstubGenerator_sparc.cpp163 __ round_to(t, WordsPerLong); // make sure it is multiple of 2 (in words)
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp79 const int WordsPerLong = 2; // Number of stack entries for longs variable

Completed in 78 milliseconds