Home
last modified time | relevance | path

Searched refs:AtomicStringTable (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DWTFThreadData.h85 class AtomicStringTable; variable
87 typedef void (*AtomicStringTableDestructor)(AtomicStringTable*);
95 AtomicStringTable* atomicStringTable() in atomicStringTable()
125 AtomicStringTable* m_atomicStringTable;
140 friend class AtomicStringTable; variable
/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicString.cpp38 class AtomicStringTable { class
40 static AtomicStringTable* create() in create()
42 AtomicStringTable* table = new AtomicStringTable; in create()
46 data.m_atomicStringTableDestructor = AtomicStringTable::destroy; in create()
57 static void destroy(AtomicStringTable* table) in destroy()
71 AtomicStringTable* table = wtfThreadData().atomicStringTable(); in stringTable()
73 table = AtomicStringTable::create(); in stringTable()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-242687 (WebCore::AtomicStringTable::destroy):
2857 (WebCore::AtomicStringTable::create):
2858 (WebCore::AtomicStringTable::table):
2859 (WebCore::AtomicStringTable::destroy):
2875 * wtf/text/AtomicStringTable.h: Removed.
3797 Change lifetime of JSC::IdentifierTables used by WebCores to match AtomicStringTable
3861 Unify JSC::IdentifierTable and WebCore::AtomicStringTable implementations.
3868 New class AtomicStringTable created, containing all the goodness from
3869 IdentifierTable & AtomicStringTable, expect for Identifier's literalTable,
3900 * wtf/text/AtomicStringTable.h: Added.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2420249 (WebCore::AtomicStringTable::create):
20250 (WebCore::AtomicStringTable::table):
20251 (WebCore::AtomicStringTable::destroy):
20480 (WebCore::AtomicStringTable::create):
20481 (WebCore::AtomicStringTable::table):
20482 (WebCore::AtomicStringTable::destroy):
20483 …(WebCore::stringTable): Access the AtomicStringTable on wtfThreadData() rather then threadGlobalDa…