Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc184 per_thread = thread_data_table_.Lookup(thread_id); in FindOrAllocatePerThreadDataForThisThread()
187 thread_data_table_.Insert(per_thread); in FindOrAllocatePerThreadDataForThisThread()
189 DCHECK(thread_data_table_.Lookup(thread_id) == per_thread); in FindOrAllocatePerThreadDataForThisThread()
201 PerIsolateThreadData* per_thread = thread_data_table_.Lookup(thread_id); in DiscardPerThreadDataForThisThread()
204 thread_data_table_.Remove(per_thread); in DiscardPerThreadDataForThisThread()
221 per_thread = thread_data_table_.Lookup(thread_id); in FindPerThreadDataForThread()
2586 thread_data_table_.RemoveAllThreads(); in Throw()
Disolate.h1862 ThreadDataTable thread_data_table_; variable