Searched refs:TwoCharHashTableKey (Results 1 – 2 of 2) sorted by relevance
9366 class TwoCharHashTableKey : public HashTableKey { class9368 TwoCharHashTableKey(uint32_t c1, uint32_t c2) in TwoCharHashTableKey() function in v8::internal::TwoCharHashTableKey9439 TwoCharHashTableKey key(c1, c2); in LookupTwoCharsSymbolIfExists()
5233 friend class TwoCharHashTableKey; variable