Home
last modified time | relevance | path

Searched refs:LiteralIdentifierTable (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DWTFThreadData.h53 typedef HashMap<const char*, RefPtr<StringImpl>, PtrHash<const char*> > LiteralIdentifierTable; typedef
73 LiteralIdentifierTable& literalTable() { return m_literalTable; } in literalTable()
77 LiteralIdentifierTable m_literalTable;
/external/webkit/Source/JavaScriptCore/runtime/
DIdentifier.cpp124 LiteralIdentifierTable& literalIdentifierTable = identifierTable.literalTable(); in add()
126 const LiteralIdentifierTable::iterator& iter = literalIdentifierTable.find(c); in add()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-107563 Combined IdentifierTable and LiteralIdentifierTable into a single class for simplicity.
17529 (KJS::LiteralIdentifierTable):
17531 … Now that LiteralIdentifierTable is per-thread and can be destroyed not just during application