Home
last modified time | relevance | path

Searched refs:copy_forward (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/mirror/
H A Darray-inl.h159 const bool copy_forward = (dst_pos < src_pos) || (dst_pos - src_pos >= count); in Memmove() local
163 if (copy_forward) { in Memmove()
171 if (copy_forward) { in Memmove()
180 if (copy_forward) { in Memmove()
H A Dobject_array-inl.h120 const bool copy_forward = (src != this) || (dst_pos < src_pos) || (dst_pos - src_pos >= count); in AssignableMemmove() local
121 if (copy_forward) { in AssignableMemmove()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc765 const bool copy_forward = (dst_pos < src_pos) || (dst_pos - src_pos >= length); in PrimitiveArrayCopy() local
766 if (copy_forward) { in PrimitiveArrayCopy()
842 const bool copy_forward = (dst_pos < src_pos) || (dst_pos - src_pos >= length); in UnstartedSystemArraycopy() local
843 if (copy_forward) { in UnstartedSystemArraycopy()
/aosp12/bionic/libc/arch-x86/atom/string/
H A Dssse3-memcpy-atom.S139 jb L(copy_forward)
152 L(copy_forward):