Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc17237 static_cast<int>(arraysize(one_byte_buffer_)))) { in StringTableNoAllocateKey()
17238 one_byte_content_ = one_byte_buffer_; in StringTableNoAllocateKey()
17269 if (one_byte_content_ != one_byte_buffer_) delete[] one_byte_content_; in ~StringTableNoAllocateKey()
17346 uint8_t one_byte_buffer_[256]; member