Searched refs:TwoCharHashTableKey (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dobjects.h6703 friend class TwoCharHashTableKey;
H A Dobjects.cc11626 class TwoCharHashTableKey : public HashTableKey { class in namespace:v8::internal
11628 TwoCharHashTableKey(uint32_t c1, uint32_t c2, uint32_t seed) function in class:v8::internal::TwoCharHashTableKey
11672 // The TwoCharHashTableKey is only used for looking in the symbol
11702 TwoCharHashTableKey key(c1, c2, GetHeap()->HashSeed());

Completed in 101 milliseconds