Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.cc433 per_thread = thread_data_table_.Lookup(thread_id); in FindOrAllocatePerThreadDataForThisThread()
439 thread_data_table_.Insert(per_thread); in FindOrAllocatePerThreadDataForThisThread()
441 DCHECK(thread_data_table_.Lookup(thread_id) == per_thread); in FindOrAllocatePerThreadDataForThisThread()
452 PerIsolateThreadData* per_thread = thread_data_table_.Lookup(thread_id); in DiscardPerThreadDataForThisThread()
455 thread_data_table_.Remove(per_thread); in DiscardPerThreadDataForThisThread()
470 per_thread = thread_data_table_.Lookup(thread_id); in FindPerThreadDataForThread()
3143 thread_data_table_.RemoveAllThreads(); in ThrowInternal()
Disolate.h1985 ThreadDataTable thread_data_table_; variable