Home
last modified time | relevance | path

Searched defs:copy_forward (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dobject_array-inl.h137 const bool copy_forward = (src != this) || (dst_pos < src_pos) || (dst_pos - src_pos >= count); in AssignableMemmove() local
Darray-inl.h306 const bool copy_forward = (dst_pos < src_pos) || (dst_pos - src_pos >= count); in Memmove() local
/art/runtime/interpreter/
Dunstarted_runtime.cc306 const bool copy_forward = (dst_pos < src_pos) || (dst_pos - src_pos >= length); in PrimitiveArrayCopy() local
377 const bool copy_forward = (dst_pos < src_pos) || (dst_pos - src_pos >= length); in UnstartedSystemArraycopy() local