Home | History | Annotate | Download | only in src

Lines Matching refs:thread_data_table_

320 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL;
329 ASSERT(thread_data_table_->Lookup(this, thread_id) == NULL);
330 thread_data_table_->Insert(per_thread);
331 ASSERT(thread_data_table_->Lookup(this, thread_id) == per_thread);
343 per_thread = thread_data_table_->Lookup(this, thread_id);
357 per_thread = thread_data_table_->Lookup(this, thread_id);
369 thread_data_table_ = new Isolate::ThreadDataTable();
1537 thread_data_table_->RemoveAllThreads(this);