Home
last modified time | relevance | path

Searched refs:kBlockCopyLimit (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dmemcopy.h151 template <size_t kBlockCopyLimit, typename T>
166 if (count < kBlockCopyLimit) { in CopyImpl()
179 static const size_t kBlockCopyLimit = 16; in CopyWords() local
180 CopyImpl<kBlockCopyLimit>(reinterpret_cast<Address*>(dst), in CopyWords()
/third_party/node/deps/v8/src/objects/
Dslots-inl.h163 static const size_t kBlockCopyLimit = 16; in CopyTagged() local
164 CopyImpl<kBlockCopyLimit>(reinterpret_cast<Tagged_t*>(dst), in CopyTagged()