Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dserialize.cc654 class StringTableInsertionKey : public HashTableKey { class
656 explicit StringTableInsertionKey(String* string) in StringTableInsertionKey() function in v8::internal::StringTableInsertionKey
695 StringTableInsertionKey key(string); in PostProcessNewObject()
743 StringTableInsertionKey key(*string); in CommitPostProcessedObjects()
/external/v8/src/
Dobjects.h8938 friend class StringTableInsertionKey; variable