Searched defs:rounded_vm_local_words (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp199 int rounded_vm_local_words = round_to(frame::interpreter_frame_vm_local_words, WordsPerLong); local
200 return (BasicObjectLock *)fp_addr_at(-rounded_vm_local_words);
H A DtemplateInterpreter_sparc.cpp500 int rounded_vm_local_words = round_to( frame::interpreter_frame_vm_local_words, WordsPerLong ); local
503 rounded_vm_local_words + // frame local scratch space
581 __ sub(FP, rounded_vm_local_words * BytesPerWord, Lmonitors ); // set Lmonitors
1447 // set Lmonitors to FP - rounded_vm_local_words
1543 const int rounded_vm_local_words = local
1551 + rounded_vm_local_words
1597 int rounded_vm_local_words = round_to(frame::interpreter_frame_vm_local_words,WordsPerLong); local
1642 intptr_t* montop = fp - rounded_vm_local_words;
1757 intptr_t* hi = interpreter_frame->fp() - rounded_vm_local_words;
H A Dinterp_masm_sparc.cpp2061 int rounded_vm_local_words = ::round_to(frame::interpreter_frame_vm_local_words, WordsPerLong); local
2062 return ((-rounded_vm_local_words * wordSize) - delta ) + STACK_BIAS;

Completed in 1391 milliseconds