Searched refs:wtfThreadData (Results 1 – 16 of 16) sorted by relevance
40 … , m_entryIdentifierTable(wtfThreadData().setCurrentIdentifierTable(globalData->identifierTable)) in APIEntryShimWithoutLock()54 wtfThreadData().setCurrentIdentifierTable(m_entryIdentifierTable); in ~APIEntryShimWithoutLock()88 wtfThreadData().resetCurrentIdentifierTable(); in APICallbackShim()94 wtfThreadData().setCurrentIdentifierTable(m_globalData->identifierTable); in ~APICallbackShim()
127 …IdentifierTable* savedIdentifierTable = wtfThreadData().setCurrentIdentifierTable(globalData.ident…152 wtfThreadData().setCurrentIdentifierTable(savedIdentifierTable);
139 friend WTFThreadData& wtfThreadData();143 inline WTFThreadData& wtfThreadData() in wtfThreadData() function168 using WTF::wtfThreadData;
436 , m_storedIdentifierTable(wtfThreadData().currentIdentifierTable()) in JSGlueAPIEntry()438 wtfThreadData().setCurrentIdentifierTable(getThreadGlobalData()->identifierTable); in JSGlueAPIEntry()443 wtfThreadData().setCurrentIdentifierTable(m_storedIdentifierTable); in ~JSGlueAPIEntry()449 wtfThreadData().resetCurrentIdentifierTable(); in JSGlueAPICallback()454 wtfThreadData().setCurrentIdentifierTable(getThreadGlobalData()->identifierTable); in ~JSGlueAPICallback()
40 ASSERT(exec->globalData().identifierTable == wtfThreadData().currentIdentifierTable()); in checkSyntax()53 ASSERT(exec->globalData().identifierTable == wtfThreadData().currentIdentifierTable()); in evaluate()
158 …, identifierTable(globalDataType == Default ? wtfThreadData().currentIdentifierTable() : createIde… in JSGlobalData()179 m_stack = wtfThreadData().stack(); in JSGlobalData()182 …IdentifierTable* existingEntryIdentifierTable = wtfThreadData().setCurrentIdentifierTable(identifi… in JSGlobalData()208 wtfThreadData().setCurrentIdentifierTable(existingEntryIdentifierTable); in JSGlobalData()
56 wtfThreadData(); in initializeThreadingOnce()
203 : wtfThreadData().stack(); in stack()
297 …ASSERT_UNUSED(globalData, globalData->identifierTable == wtfThreadData().currentIdentifierTable()); in checkCurrentIdentifierTable()
385 ASSERT(globalData()->identifierTable == wtfThreadData().currentIdentifierTable()); in allocate()
75 wtfThreadData(); in ThreadGlobalData()
44 WTFThreadData& data = wtfThreadData(); in create()71 AtomicStringTable* table = wtfThreadData().atomicStringTable(); in stringTable()
52 if (!wtfThreadData().currentIdentifierTable()->remove(this)) in ~StringImpl()
111 ASSERT(globalData()->identifierTable == wtfThreadData().currentIdentifierTable()); in allocateSlowCase()391 ASSERT(globalData()->identifierTable == wtfThreadData().currentIdentifierTable()); in reset()
3803 by wtfThreadData. This allow the lifetime of these IdentifierTable to match4566 (WTF::wtfThreadData):
20474 …* platform/ThreadGlobalData.cpp: Remove m_atomicStringTable, all wtfThreadData() to ensure threads…20483 …(WebCore::stringTable): Access the AtomicStringTable on wtfThreadData() rather then threadGlobalDa…