Searched refs:kBlockCopyLimit (Results 1 – 2 of 2) sorted by relevance
151 template <size_t kBlockCopyLimit, typename T>166 if (count < kBlockCopyLimit) { in CopyImpl()179 static const size_t kBlockCopyLimit = 16; in CopyWords() local180 CopyImpl<kBlockCopyLimit>(reinterpret_cast<Address*>(dst), in CopyWords()
163 static const size_t kBlockCopyLimit = 16; in CopyTagged() local164 CopyImpl<kBlockCopyLimit>(reinterpret_cast<Tagged_t*>(dst), in CopyTagged()