Home
last modified time | relevance | path

Searched refs:wtfThreadData (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
DAPIShims.h40 … , 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()
DJSContextRef.cpp127 …IdentifierTable* savedIdentifierTable = wtfThreadData().setCurrentIdentifierTable(globalData.ident…
152 wtfThreadData().setCurrentIdentifierTable(savedIdentifierTable);
/external/webkit/Source/JavaScriptCore/wtf/
DWTFThreadData.h139 friend WTFThreadData& wtfThreadData();
143 inline WTFThreadData& wtfThreadData() in wtfThreadData() function
168 using WTF::wtfThreadData;
/external/webkit/Source/JavaScriptGlue/
DJSUtils.cpp436 , 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()
/external/webkit/Source/JavaScriptCore/runtime/
DCompletion.cpp40 ASSERT(exec->globalData().identifierTable == wtfThreadData().currentIdentifierTable()); in checkSyntax()
53 ASSERT(exec->globalData().identifierTable == wtfThreadData().currentIdentifierTable()); in evaluate()
DJSGlobalData.cpp158 …, 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()
DInitializeThreading.cpp56 wtfThreadData(); in initializeThreadingOnce()
DJSGlobalData.h203 : wtfThreadData().stack(); in stack()
DIdentifier.cpp297 …ASSERT_UNUSED(globalData, globalData->identifierTable == wtfThreadData().currentIdentifierTable()); in checkCurrentIdentifierTable()
DJSCell.h385 ASSERT(globalData()->identifierTable == wtfThreadData().currentIdentifierTable()); in allocate()
/external/webkit/Source/WebCore/platform/
DThreadGlobalData.cpp75 wtfThreadData(); in ThreadGlobalData()
/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicString.cpp44 WTFThreadData& data = wtfThreadData(); in create()
71 AtomicStringTable* table = wtfThreadData().atomicStringTable(); in stringTable()
DStringImpl.cpp52 if (!wtfThreadData().currentIdentifierTable()->remove(this)) in ~StringImpl()
/external/webkit/Source/JavaScriptCore/heap/
DHeap.cpp111 ASSERT(globalData()->identifierTable == wtfThreadData().currentIdentifierTable()); in allocateSlowCase()
391 ASSERT(globalData()->identifierTable == wtfThreadData().currentIdentifierTable()); in reset()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-243803 by wtfThreadData. This allow the lifetime of these IdentifierTable to match
4566 (WTF::wtfThreadData):
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2420474 …* platform/ThreadGlobalData.cpp: Remove m_atomicStringTable, all wtfThreadData() to ensure threads…
20483 …(WebCore::stringTable): Access the AtomicStringTable on wtfThreadData() rather then threadGlobalDa…