Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc320 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL; member in v8::internal::Isolate
329 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()
Disolate.h1091 static ThreadDataTable* thread_data_table_; variable