Searched refs:thread_data_table_ (Results 1 – 2 of 2) sorted by relevance
320 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL; member in v8::internal::Isolate329 ASSERT(thread_data_table_->Lookup(this, thread_id) == NULL); in AllocatePerIsolateThreadData()330 thread_data_table_->Insert(per_thread); in AllocatePerIsolateThreadData()331 ASSERT(thread_data_table_->Lookup(this, thread_id) == per_thread); in AllocatePerIsolateThreadData()343 per_thread = thread_data_table_->Lookup(this, thread_id); in FindOrAllocatePerThreadDataForThisThread()357 per_thread = thread_data_table_->Lookup(this, thread_id); in FindPerThreadDataForThisThread()369 thread_data_table_ = new Isolate::ThreadDataTable(); in EnsureDefaultIsolate()1537 thread_data_table_->RemoveAllThreads(this); in TearDown()
1091 static ThreadDataTable* thread_data_table_; variable