Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dslots-inl.h162 inline void CopyTagged(Address dst, const Address src, size_t num_tagged) { in CopyTagged() argument
165 reinterpret_cast<const Tagged_t*>(src), num_tagged); in CopyTagged()