Lines Matching refs:BytesPerWord

264   return Address(base._base, base._index, base._scale, base._disp + BytesPerWord);
312 int monitor_offset = BytesPerWord * method()->max_locals() +
313 (2 * BytesPerWord) * (number_of_locks - 1);
318 int slot_offset = monitor_offset - ((i * 2) * BytesPerWord);
323 __ cmpptr(Address(OSR_buf, slot_offset + 1*BytesPerWord), (int32_t)NULL_WORD);
331 __ movptr(rbx, Address(OSR_buf, slot_offset + 1*BytesPerWord));
1263 __ movl(to_hi, Address(to_hi, BytesPerWord));
1549 NOT_LP64(__ movl(Address(rsp, BytesPerWord), src->as_register_hi()));
2851 while (offset++ % BytesPerWord != 0) {
2859 assert(!os::is_MP() || (__ offset() + NativeCall::displacement_offset) % BytesPerWord == 0,
2870 (__ offset() + NativeCall::displacement_offset) % BytesPerWord == 0,
2895 while (offset++ % BytesPerWord != 0) {
2902 assert(!os::is_MP() || ((__ offset() + 1) % BytesPerWord) == 0, "must be aligned on MP");
3031 int offset_from_rsp_in_bytes = offset_from_rsp_in_words * BytesPerWord;
3039 int offset_from_rsp_in_bytes = offset_from_rsp_in_words * BytesPerWord;
3047 int offset_from_rsp_in_bytes = offset_from_rsp_in_words * BytesPerWord;
3164 __ movptr (dst, Address(rsp, 0*BytesPerWord));
3165 __ movptr (dst_pos, Address(rsp, 1*BytesPerWord));
3166 __ movptr (length, Address(rsp, 2*BytesPerWord));
3167 __ movptr (src_pos, Address(rsp, 3*BytesPerWord));
3168 __ movptr (src, Address(rsp, 4*BytesPerWord));
3391 __ movptr (dst, Address(rsp, 0*BytesPerWord));
3392 __ movptr (dst_pos, Address(rsp, 1*BytesPerWord));
3393 __ movptr (length, Address(rsp, 2*BytesPerWord));
3394 __ movptr (src_pos, Address(rsp, 3*BytesPerWord));
3395 __ movptr (src, Address(rsp, 4*BytesPerWord));
3594 __ align(BytesPerWord);