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

/external/v8/src/
H A Disolate.h360 class ThreadDataTable;
415 friend class ThreadDataTable;
1041 // The per-process lock should be acquired before the ThreadDataTable is
1043 class ThreadDataTable { class in class:v8::internal::Isolate
1045 ThreadDataTable();
1046 ~ThreadDataTable();
1091 static ThreadDataTable* thread_data_table_;
1106 // Allocate and insert PerIsolateThreadData into the ThreadDataTable
H A Disolate.cc320 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL;
369 thread_data_table_ = new Isolate::ThreadDataTable();
1370 Isolate::ThreadDataTable::ThreadDataTable() function in class:v8::internal::Isolate::ThreadDataTable
1376 Isolate::ThreadDataTable::Lookup(Isolate* isolate,
1385 void Isolate::ThreadDataTable::Insert(Isolate::PerIsolateThreadData* data) {
1392 void Isolate::ThreadDataTable::Remove(PerIsolateThreadData* data) {
1400 void Isolate::ThreadDataTable::Remove(Isolate* isolate,
1409 void Isolate::ThreadDataTable::RemoveAllThreads(Isolate* isolate) {

Completed in 50 milliseconds