Home
last modified time | relevance | path

Searched refs:ThreadDataTable (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.h438 class ThreadDataTable; variable
487 friend class ThreadDataTable; variable
1194 class ThreadDataTable {
1196 ThreadDataTable();
1197 ~ThreadDataTable();
1238 static ThreadDataTable* thread_data_table_;
Disolate.cc124 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL;
189 thread_data_table_ = new Isolate::ThreadDataTable(); in InitializeOncePerProcess()
1918 Isolate::ThreadDataTable::ThreadDataTable() in Throw() function in v8::internal::Isolate::ThreadDataTable
1923 Isolate::ThreadDataTable::~ThreadDataTable() { in Throw()
1939 Isolate::ThreadDataTable::Lookup(Isolate* isolate, in Throw()
1948 void Isolate::ThreadDataTable::Insert(Isolate::PerIsolateThreadData* data) { in Throw()
1955 void Isolate::ThreadDataTable::Remove(PerIsolateThreadData* data) { in Throw()
1963 void Isolate::ThreadDataTable::RemoveAllThreads(Isolate* isolate) { in Throw()