Searched refs:thread_data_table_ (Results 1 – 2 of 2) sorted by relevance
476 per_thread = thread_data_table_.Lookup(thread_id); in FindOrAllocatePerThreadDataForThisThread()482 thread_data_table_.Insert(per_thread); in FindOrAllocatePerThreadDataForThisThread()484 DCHECK(thread_data_table_.Lookup(thread_id) == per_thread); in FindOrAllocatePerThreadDataForThisThread()495 PerIsolateThreadData* per_thread = thread_data_table_.Lookup(thread_id); in DiscardPerThreadDataForThisThread()498 thread_data_table_.Remove(per_thread); in DiscardPerThreadDataForThisThread()513 per_thread = thread_data_table_.Lookup(thread_id); in FindPerThreadDataForThread()3499 thread_data_table_.RemoveAllThreads(); in ThrowInternal()
2369 ThreadDataTable thread_data_table_; variable