Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dstring_bytes.cc273 uint16_t* const aligned_dst = AlignUp(dst, sizeof(*dst)); in WriteUCS2() local
275 if (aligned_dst == dst) { in WriteUCS2()
280 CHECK_EQ(reinterpret_cast<uintptr_t>(aligned_dst) % sizeof(*dst), 0); in WriteUCS2()
287 nchars = str->Write(isolate, aligned_dst, 0, max_chars - 1, flags); in WriteUCS2()
291 memmove(dst, aligned_dst, nchars * sizeof(*dst)); in WriteUCS2()

Completed in 3 milliseconds