HomeSort by relevance Sort by last modified time
    Searched refs:Utf8StringKey (Results 1 - 2 of 2) sorted by null

  /external/v8/src/objects/
string-inl.h 266 // Utf8StringKey carries a vector of chars as key.
267 class Utf8StringKey : public StringTableKey {
269 explicit Utf8StringKey(Vector<const char> string, uint64_t seed)
  /external/v8/src/heap/
factory.cc 569 Utf8StringKey key(string, isolate()->heap()->HashSeed());
    [all...]

Completed in 49 milliseconds