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

/openjdk10/hotspot/src/cpu/s390/vm/
H A Dcopy_s390.hpp108 static bool has_destructive_overlap(char* from, char* to, size_t byte_count) { function
764 if (has_destructive_overlap((char*)from, (char*)to, count_in*BytesPerLong)) {
791 if (has_destructive_overlap((char*)from, (char*)to, count*BytesPerLong)) {
849 if (has_destructive_overlap((char*)from, (char*)to, count_in))
858 if (has_destructive_overlap((char*)from, (char*)to, count))
878 if (has_destructive_overlap((char*)from, (char*)to, count_in*BytesPerShort)) {
897 if (has_destructive_overlap((char*)from, (char*)to, count_in*BytesPerInt)) {
929 if (has_destructive_overlap((char*)from, (char*)to, count_in*BytesPerLong)) {
950 if (has_destructive_overlap((char*)from, (char*)to, count_in*BytesPerLong)) {
981 if (has_destructive_overlap((cha
[all...]

Completed in 43 milliseconds