OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomicStringTable
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
WTFThreadData.h
85
class
AtomicStringTable
;
87
typedef void (*AtomicStringTableDestructor)(
AtomicStringTable
*);
95
AtomicStringTable
*
atomicStringTable
()
125
AtomicStringTable
* m_atomicStringTable;
140
friend class
AtomicStringTable
;
/external/webkit/Source/JavaScriptCore/wtf/text/
AtomicString.cpp
38
class
AtomicStringTable
{
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 32 milliseconds