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

/openjdk10/hotspot/src/cpu/s390/vm/
H A Dcopy_s390.hpp685 size_t len_bytes = count*HeapWordSize; local
699 if (len_bytes <= 4096) {
700 MVC_MULTI(to,from,len_bytes)
704 MVCLE_MEMCOPY(to_bytes, from_bytes, len_bytes)
786 size_t len_bytes = count_in*BytesPerLong; local
787 MVCLE_MEMCOPY(to_bytes, from_bytes, len_bytes)
854 size_t len_bytes = count_in; local
855 MVCLE_MEMCOPY(to_bytes, from_bytes, len_bytes)
884 size_t len_bytes = count_in*BytesPerShort; local
885 MVCLE_MEMCOPY(to_bytes, from_bytes, len_bytes)
917 size_t len_bytes = count_in*BytesPerInt; local
946 size_t len_bytes = count_in*BytesPerLong; local
998 size_t len_bytes = count_in*BytesPerOop; local
1053 size_t len_bytes = count; local
1118 size_t len_bytes = count; local
[all...]

Completed in 40 milliseconds