Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects.cc17201 two_byte_content_ = two_byte_buffer_; in StringTableNoAllocateKey()
17203 two_byte_content_ = new uint16_t[length]; in StringTableNoAllocateKey()
17205 String::WriteToFlat(string, two_byte_content_, 0, length); in StringTableNoAllocateKey()
17207 StringHasher::HashSequentialString(two_byte_content_, length, seed); in StringTableNoAllocateKey()
17224 if (two_byte_content_ != two_byte_buffer_) delete[] two_byte_content_; in ~StringTableNoAllocateKey()
17275 two_byte_content_, flat_content.ToUC16Vector().start(), len); in IsMatch()
17279 if (flat_content.Get(i) != two_byte_content_[i]) return false; in IsMatch()
17296 uint16_t* two_byte_content_; member