Searched refs:BytesPerInt (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Defs_sparc.hpp30 pd_lo_word_offset_in_bytes = BytesPerInt,
H A DtemplateTable_sparc.cpp1828 __ add(Lbcp, BytesPerInt, O1);
1829 __ and3(O1, -BytesPerInt, O1);
1831 __ ld(O1, 1 * BytesPerInt, O2); // Low Byte
1832 __ ld(O1, 2 * BytesPerInt, O3); // High Byte
1847 __ add(O2, 3 * BytesPerInt, O2);
1870 __ add(Lbcp, BytesPerInt, O1);
1871 __ and3(O1, -BytesPerInt, O1);
1873 __ ld(O1, BytesPerInt, O2);
1875 __ add(O1, 2 * BytesPerInt, O3); // set first pair addr
1883 __ delayed()->ld(O3, BytesPerInt, O
[all...]
H A Dc1_Runtime1_sparc.cpp478 const int klass_lh_header_size_offset = ((BytesPerInt - 1) // 3 - 2 selects byte {0,1,0,0}
H A DstubGenerator_sparc.cpp311 __ st(O1, addr, BytesPerInt);
2878 __ btst(BytesPerInt-1, G1_bits);
/openjdk7/hotspot/src/share/vm/code/
H A Dlocation.cpp69 if ((offset_in_bytes % BytesPerInt) != 0) return false;
70 return (juint)(offset_in_bytes / BytesPerInt) < (OFFSET_MASK >> OFFSET_SHIFT);
H A DrelocInfo.cpp225 return locs_size + index_size + BytesPerInt;
238 int index_size = total_size - locs_size - BytesPerInt; // find out how much space is left
240 assert(total_size == locs_size + index_size + BytesPerInt, "checkin'");
244 assert(sizeof(jint) == BytesPerInt, "change this code");
293 _end = (relocInfo*)( (address)_end - index_size - BytesPerInt );
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dcopy_x86.hpp54 count *= HeapWordSize / BytesPerInt;
H A DtemplateTable_x86_64.cpp1883 __ lea(rbx, at_bcp(BytesPerInt));
1884 __ andptr(rbx, -BytesPerInt);
1886 __ movl(rcx, Address(rbx, BytesPerInt));
1887 __ movl(rdx, Address(rbx, 2 * BytesPerInt));
1897 __ movl(rdx, Address(rbx, rax, Address::times_4, 3 * BytesPerInt));
1924 __ lea(rbx, at_bcp(BytesPerInt)); // btw: should be able to get rid of
1927 __ andptr(rbx, -BytesPerInt);
1929 __ movl(rcx, Address(rbx, BytesPerInt));
1934 __ cmpl(rax, Address(rbx, rcx, Address::times_8, 2 * BytesPerInt));
1945 __ movl(rdx, Address(rbx, rcx, Address::times_8, 3 * BytesPerInt));
[all...]
H A DsharedRuntime_x86_64.cpp59 rbp_off = frame::arg_reg_save_area_bytes/BytesPerInt,
69 #define DEF_XMM_OFFS(regnum) xmm ## regnum ## _off = xmm_off + (regnum)*16/BytesPerInt, xmm ## regnum ## H_off
71 fpu_state_off = frame::arg_reg_save_area_bytes/BytesPerInt, // fxsave save area
72 xmm_off = fpu_state_off + 160/BytesPerInt, // offset in fxsave save area
89 fpu_state_end = fpu_state_off + ((FPUStateSizeInWords-1)*wordSize / BytesPerInt),
126 static int rax_offset_in_bytes(void) { return BytesPerInt * rax_off; }
127 static int rdx_offset_in_bytes(void) { return BytesPerInt * rdx_off; }
128 static int rbx_offset_in_bytes(void) { return BytesPerInt * rbx_off; }
129 static int xmm0_offset_in_bytes(void) { return BytesPerInt * xmm0_off; }
130 static int return_offset_in_bytes(void) { return BytesPerInt * return_of
[all...]
H A DnativeInst_x86.hpp141 void verify_alignment() { assert((intptr_t)addr_at(displacement_offset) % BytesPerInt == 0, "must be aligned"); }
H A DsharedRuntime_x86_32.cpp50 #define DEF_XMM_OFFS(regnum) xmm ## regnum ## _off = xmm_off + (regnum)*16/BytesPerInt, xmm ## regnum ## H_off
71 flags_off = xmm7_off + 16/BytesPerInt + 1, // 16-byte stack alignment fill word
H A DstubGenerator_x86_64.cpp2470 __ testb(bits, BytesPerInt-1);
3644 rbp_off = frame::arg_reg_save_area_bytes/BytesPerInt,
H A DstubGenerator_x86_32.cpp1622 __ testl(bits, BytesPerInt-1);
H A DtemplateTable_x86_32.cpp1862 __ movl(rdx, Address(rbx, rax, Address::times_4, 3 * BytesPerInt));
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dcopy_zero.hpp110 assert(BytesPerInt == BytesPerOop, "jints and oops must be the same size");
146 assert(BytesPerInt == BytesPerOop, "jints and oops must be the same size");
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dcopy_bsd_x86.inline.hpp234 assert(HeapWordSize == BytesPerInt, "heapwords and jints must be the same size");
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dcopy_linux_x86.inline.hpp234 assert(HeapWordSize == BytesPerInt, "heapwords and jints must be the same size");
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dcopy_solaris_x86.inline.hpp138 assert(BytesPerInt == BytesPerOop, "jints and oops must be the same size");
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp1090 if (memory_size() < BytesPerInt) {
2713 offset += BytesPerInt;
2759 assert((end_offset % BytesPerInt) == 0, "odd end offset");
2762 done_offset -= BytesPerInt;
2774 done_offset += BytesPerInt;
3516 if (type == T_INT && st_size == BytesPerInt
3517 && (st_off & BytesPerInt) == BytesPerInt) {
3529 st_off -= BytesPerInt;
3583 assert(offset + BytesPerInt >
3704 int_map >>= BytesPerInt; local
[all...]
H A Dlibrary_call.cpp2909 } else if (thread_id_size == (size_t) BytesPerInt) {
5087 int clear_low = (-1 << scale) & (BytesPerInt - 1);
5088 int bump_bit = (-1 << scale) & BytesPerInt;
5141 < arrayOopDesc::length_offset_in_bytes() + BytesPerInt) {
5201 if (((src_off | dest_off) & (BytesPerLong-1)) == BytesPerInt &&
5207 src_off += BytesPerInt;
5208 dest_off += BytesPerInt;
H A Doutput.cpp1097 _frame_slots += 8*(16/BytesPerInt);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp166 BytesPerHeapOop = BytesPerInt;
H A DglobalDefinitions.hpp60 const int BytesPerInt = 1 << LogBytesPerInt; variable
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3293 (fac.count[STATIC_WORD] * BytesPerInt);
3341 (nonstatic_word_count * BytesPerInt);
3427 assert(length == BytesPerInt, "");
3432 length -= BytesPerInt;
3433 offset += BytesPerInt;
3463 (nonstatic_word_count * BytesPerInt);
3502 next_static_word_offset += BytesPerInt;
3558 nonstatic_word_space_offset += BytesPerInt;
3562 next_nonstatic_word_offset += BytesPerInt;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2898 } else if (thread_id_size == (size_t) BytesPerInt) {

Completed in 187 milliseconds

12