Lines Matching defs:aligned

1460   //   aligned - true => Input and output aligned on a HeapWord == 8-byte boundary
1469 // If 'from' and/or 'to' are aligned on 4-, 2-, or 1-byte boundaries,
1478 address generate_disjoint_byte_copy(bool aligned, address* entry, const char *name) {
1566 // aligned - true => Input and output aligned on a HeapWord == 8-byte boundary
1575 // If 'from' and/or 'to' are aligned on 4-, 2-, or 1-byte boundaries,
1580 address generate_conjoint_byte_copy(bool aligned, address nooverlap_target,
1660 // aligned - true => Input and output aligned on a HeapWord == 8-byte boundary
1669 // If 'from' and/or 'to' are aligned on 4- or 2-byte boundaries, we
1678 address generate_disjoint_short_copy(bool aligned, address *entry, const char *name) {
1757 address generate_fill(BasicType t, bool aligned, const char *name) {
1770 __ generate_fill(t, aligned, to, value, count, rax, xmm0);
1778 // aligned - true => Input and output aligned on a HeapWord == 8-byte boundary
1787 // If 'from' and/or 'to' are aligned on 4- or 2-byte boundaries, we
1792 address generate_conjoint_short_copy(bool aligned, address nooverlap_target,
1864 // aligned - true => Input and output aligned on a HeapWord == 8-byte boundary
1874 // If 'from' and/or 'to' are aligned on 4-byte boundaries, we let
1882 address generate_disjoint_int_oop_copy(bool aligned, bool is_oop, address* entry,
1958 // aligned - true => Input and output aligned on a HeapWord == 8-byte boundary
1968 // If 'from' and/or 'to' are aligned on 4-byte boundaries, we let
1972 address generate_conjoint_int_oop_copy(bool aligned, bool is_oop, address nooverlap_target,
2051 // aligned - true => Input and output aligned on a HeapWord boundary == 8 bytes
2065 address generate_disjoint_long_oop_copy(bool aligned, bool is_oop, address *entry,
2146 // aligned - true => Input and output aligned on a HeapWord boundary == 8 bytes
2156 address generate_conjoint_long_oop_copy(bool aligned, bool is_oop,
2910 // We don't generate specialized code for HeapWord-aligned source
3086 // we don't know if the key is aligned, hence not using load-execute form
3181 // we don't know if the key is aligned, hence not using load-execute form
3667 assert(is_even(framesize/2), "sp not 16-byte aligned");