Searched refs:Utf8StringKey (Results 1 – 2 of 2) sorted by relevance
170 Utf8StringKey key(string, isolate()->heap()->HashSeed()); in InternalizeUtf8String()
585 class Utf8StringKey : public HashTableKey {587 explicit Utf8StringKey(Vector<const char> string, uint32_t seed) in Utf8StringKey() function