SetThreadLocal 375 src/isolate.cc Thread::SetThreadLocal(isolate_key_, default_isolate_); SetThreadLocal 1625 src/isolate.cc Thread::SetThreadLocal(isolate_key_, isolate); SetThreadLocal 1626 src/isolate.cc Thread::SetThreadLocal(per_isolate_thread_data_key_, data); SetThreadLocal 590 src/platform-macos.cc Thread::SetThreadLocal(key, expected); SetThreadLocal 596 src/platform-macos.cc Thread::SetThreadLocal(key, NULL); SetThreadLocal 473 src/platform.h static void SetThreadLocal(LocalStorageKey key, void* value); SetThreadLocal 475 src/platform.h SetThreadLocal(key, reinterpret_cast<void*>(static_cast<intptr_t>(value))); SetThreadLocal 26 test/cctest/test-platform-tls.cc Thread::SetThreadLocal(keys[i], GetValue(i)); SetThreadLocal 36 test/cctest/test-platform-tls.cc Thread::SetThreadLocal(keys[i], GetValue(kValueCount - i - 1));