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
1262 class ThreadDataTable {
1264 ThreadDataTable();
1265 ~ThreadDataTable();
1306 static ThreadDataTable* thread_data_table_;
Disolate.cc127 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::ThreadDataTable
2027 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()