Home
last modified time | relevance | path

Searched refs:FindPerThreadDataForThisThread (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dv8threads.cc109 isolate_->FindPerThreadDataForThisThread(); in RestoreThread()
129 isolate_->FindPerThreadDataForThisThread(); in RestoreThread()
298 isolate_->FindPerThreadDataForThisThread(); in IsArchived()
Disolate.h679 PerIsolateThreadData* FindPerThreadDataForThisThread();
Disolate.cc503 Isolate::PerIsolateThreadData* Isolate::FindPerThreadDataForThisThread() { in FindPerThreadDataForThisThread() function in v8::internal::Isolate
/third_party/node/deps/v8/src/profiler/
Dcpu-profiler.cc39 perThreadData_(isolate->FindPerThreadDataForThisThread()) {} in CpuSampler()
/third_party/node/deps/v8/src/logging/
Dlog.cc940 perThreadData_(isolate->FindPerThreadDataForThisThread()) {} in Ticker()