Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.cc170 Utf8StringKey key(string, isolate()->heap()->HashSeed()); in InternalizeUtf8String()
Dobjects-inl.h585 class Utf8StringKey : public HashTableKey {
587 explicit Utf8StringKey(Vector<const char> string, uint32_t seed) in Utf8StringKey() function