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

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dcopy_zero.hpp107 assert(BytesPerLong == BytesPerOop, "jlongs and oops must be the same size");
110 assert(BytesPerInt == BytesPerOop, "jints and oops must be the same size");
143 assert(BytesPerLong == BytesPerOop, "jlongs 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.hpp267 assert(BytesPerLong == BytesPerOop, "jlongs and oops must be the same size");
270 assert(HeapWordSize == BytesPerOop, "heapwords and oops must be the same size");
302 assert(BytesPerLong == BytesPerOop, "jlongs and oops must be the same size");
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dcopy_linux_x86.inline.hpp267 assert(BytesPerLong == BytesPerOop, "jlongs and oops must be the same size");
270 assert(HeapWordSize == BytesPerOop, "heapwords and oops must be the same size");
302 assert(BytesPerLong == BytesPerOop, "jlongs and oops must be the same size");
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dcopy_solaris_x86.inline.hpp106 assert(BytesPerLong == BytesPerOop, "jlongs and oops must be the same size");
135 assert(BytesPerLong == BytesPerOop, "jlongs and oops must be the same size");
138 assert(BytesPerInt == BytesPerOop, "jints and oops must be the same size");
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dcopy_windows_x86.inline.hpp121 assert(BytesPerLong == BytesPerOop, "jlongs and oops must be the same size");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dcopy_sparc.hpp118 assert(BytesPerLong == BytesPerOop, "jlongs and oops must be the same size");
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp88 const int BytesPerOop = BytesPerWord; // Full-width oop variable
328 // Minimum is max(BytesPerLong, BytesPerDouble, BytesPerOop) / HeapWordSize, so jlong, jdouble and

Completed in 46 milliseconds