Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Delements.cc3578 ElementType* dest_data = static_cast<ElementType*>(destination.DataPtr()); in CopyTypedArrayElementsSliceImpl() local
3587 CopyBetweenBackingStores<TYPE##_ELEMENTS, ctype>(source_data, dest_data, \ in CopyTypedArrayElementsSliceImpl()
3598 source_data, dest_data, count, is_shared); \ in CopyTypedArrayElementsSliceImpl()
3654 uint8_t* dest_data = static_cast<uint8_t*>(destination.DataPtr()); in CopyElementsFromTypedArray() local
3669 reinterpret_cast<base::Atomic8*>(dest_data + offset * element_size), in CopyElementsFromTypedArray()
3673 std::memmove(dest_data + offset * element_size, source_data, in CopyElementsFromTypedArray()
3680 if (dest_data + dest_byte_length > source_data && in CopyElementsFromTypedArray()
3681 source_data + source_byte_length > dest_data) { in CopyElementsFromTypedArray()
3700 reinterpret_cast<ElementType*>(dest_data) + offset, length, \ in CopyElementsFromTypedArray()
3772 ElementType* dest_data in TryCopyElementsFastNumber() local
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c11695 void *dest_data; in unicode_expandtabs_impl() local
11736 dest_data = PyUnicode_DATA(u); in unicode_expandtabs_impl()
11746 unicode_fill(kind, dest_data, ' ', j, incr); in unicode_expandtabs_impl()
11752 PyUnicode_WRITE(kind, dest_data, j, ch); in unicode_expandtabs_impl()
14258 void *dest_data; in unicode_subscript() local
14298 dest_data = PyUnicode_DATA(result); in unicode_subscript()
14302 PyUnicode_WRITE(dest_kind, dest_data, i, ch); in unicode_subscript()

Completed in 27 milliseconds