Searched defs:AtomicStringTable (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicString.cpp38 class AtomicStringTable { class in namespace:WTF
40 static AtomicStringTable* create()
42 AtomicStringTable* table = new AtomicStringTable;
46 data.m_atomicStringTableDestructor = AtomicStringTable::destroy;
57 static void destroy(AtomicStringTable* table)
71 AtomicStringTable* table = wtfThreadData().atomicStringTable();
73 table = AtomicStringTable::create();

Completed in 27 milliseconds