Home
last modified time | relevance | path

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

/external/v8/src/
Dserialize.cc716 class StringTableInsertionKey : public HashTableKey { class
718 explicit StringTableInsertionKey(String* string) in StringTableInsertionKey() function in v8::internal::StringTableInsertionKey
755 StringTableInsertionKey key(string); in ProcessNewObjectFromSerializedCode()
Dobjects.h8912 friend class StringTableInsertionKey; variable