Searched refs:ThreadDataTable (Results 1 – 2 of 2) sorted by relevance
438 class ThreadDataTable; variable487 friend class ThreadDataTable; variable1194 class ThreadDataTable {1196 ThreadDataTable();1197 ~ThreadDataTable();1238 static ThreadDataTable* thread_data_table_;
124 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::ThreadDataTable1923 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()