Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h683 PerIsolateThreadData* FindPerThreadDataForThread(ThreadId thread_id);
Disolate.cc505 return FindPerThreadDataForThread(thread_id); in FindPerThreadDataForThisThread()
508 Isolate::PerIsolateThreadData* Isolate::FindPerThreadDataForThread( in FindPerThreadDataForThread() function in v8::internal::Isolate