Searched refs:ThreadDataTable (Results 1 – 2 of 2) sorted by relevance
438 class ThreadDataTable; variable487 friend class ThreadDataTable; variable1262 class ThreadDataTable {1264 ThreadDataTable();1265 ~ThreadDataTable();1306 static ThreadDataTable* thread_data_table_;
127 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL;192 thread_data_table_ = new Isolate::ThreadDataTable(); in InitializeOncePerProcess()2022 Isolate::ThreadDataTable::ThreadDataTable() in Throw() function in v8::internal::Isolate::ThreadDataTable2027 Isolate::ThreadDataTable::~ThreadDataTable() { in Throw()2084 Isolate::ThreadDataTable::Lookup(Isolate* isolate, in Throw()2093 void Isolate::ThreadDataTable::Insert(Isolate::PerIsolateThreadData* data) { in Throw()2100 void Isolate::ThreadDataTable::Remove(PerIsolateThreadData* data) { in Throw()2108 void Isolate::ThreadDataTable::RemoveAllThreads(Isolate* isolate) { in Throw()