Searched refs:GetThreadLocal (Results 1 – 7 of 7) sorted by relevance
556 static void* GetThreadLocal(LocalStorageKey key);559 return GetThreadLocal(key) != nullptr; in HasThreadLocal()566 DCHECK(result == GetThreadLocal(key)); in GetExistingThreadLocal()571 return GetThreadLocal(key); in GetExistingThreadLocal()
423 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
1199 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
1652 void* Thread::GetThreadLocal(LocalStorageKey key) { in GetThreadLocal() function in v8::base::Thread
329 base::Thread::GetThreadLocal(worker_stats->GetKey())); in WorkerThreadRuntimeCallStatsScope()
620 base::Thread::GetThreadLocal(per_isolate_thread_data_key_)); in CurrentPerIsolateThreadData()
3192 base::Thread::GetThreadLocal(isolate->isolate_key_)); in ThrowInternal()