Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc476 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()
Disolate.h2369 ThreadDataTable thread_data_table_; variable