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

/external/chromium_org/v8/src/
H A Dfactory.cc170 Utf8StringKey key(string, isolate()->heap()->HashSeed());
H A Dobjects-inl.h584 // Utf8StringKey carries a vector of chars as key.
585 class Utf8StringKey : public HashTableKey { class in namespace:v8::internal
587 explicit Utf8StringKey(Vector<const char> string, uint32_t seed) function in class:v8::internal::Utf8StringKey

Completed in 163 milliseconds