Home | History | Annotate | Download | only in src

Lines Matching refs:thread_data_table_

117 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL;
126 per_thread = thread_data_table_->Lookup(this, thread_id);
129 thread_data_table_->Insert(per_thread);
131 DCHECK(thread_data_table_->Lookup(this, thread_id) == per_thread);
148 per_thread = thread_data_table_->Lookup(this, thread_id);
156 CHECK(thread_data_table_ == NULL);
164 thread_data_table_ = new Isolate::ThreadDataTable();
1522 CHECK(thread_data_table_);
1575 thread_data_table_->RemoveAllThreads(this);
1591 delete thread_data_table_;
1592 thread_data_table_ = NULL;