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

/external/v8/src/
H A Dobjects.cc10664 class SequentialSymbolKey : public HashTableKey { class in namespace:v8::internal
10666 explicit SequentialSymbolKey(Vector<const Char> string, uint32_t seed) function in class:v8::internal::SequentialSymbolKey
10711 class AsciiSymbolKey : public SequentialSymbolKey<char> {
10714 : SequentialSymbolKey<char>(str, seed) { }
10794 class TwoByteSymbolKey : public SequentialSymbolKey<uc16> {
10797 : SequentialSymbolKey<uc16>(str, seed) { }

Completed in 65 milliseconds