Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc117 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL; member in v8::internal::Isolate
126 per_thread = thread_data_table_->Lookup(this, thread_id); in FindOrAllocatePerThreadDataForThisThread()
129 thread_data_table_->Insert(per_thread); in FindOrAllocatePerThreadDataForThisThread()
131 DCHECK(thread_data_table_->Lookup(this, thread_id) == per_thread); in FindOrAllocatePerThreadDataForThisThread()
148 per_thread = thread_data_table_->Lookup(this, thread_id); in FindPerThreadDataForThread()
156 CHECK(thread_data_table_ == NULL); in InitializeOncePerProcess()
164 thread_data_table_ = new Isolate::ThreadDataTable(); in InitializeOncePerProcess()
1522 CHECK(thread_data_table_); in Isolate()
1575 thread_data_table_->RemoveAllThreads(this); in TearDown()
1591 delete thread_data_table_; in GlobalTearDown()
[all …]
Disolate.h1176 static ThreadDataTable* thread_data_table_; variable