Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Ddeserializer.h185 uint32_t ComputeHashField(String* string);
Ddeserializer.cc120 : StringTableKey(ComputeHashField(string)), string_(string) { in StringTableInsertionKey()
136 uint32_t StringTableInsertionKey::ComputeHashField(String* string) { in ComputeHashField() function in v8::internal::StringTableInsertionKey
/external/v8/src/
Dobjects.cc17006 : StringTableKey(ComputeHashField(c1, c2, seed)), c1_(c1), c2_(c2) {} in TwoCharHashTableKey()
17022 uint32_t ComputeHashField(uint16_t c1, uint16_t c2, uint64_t seed) { in ComputeHashField() function in v8::internal::TwoCharHashTableKey