GetThreadLocal    374 src/isolate.cc   if (Thread::GetThreadLocal(isolate_key_) == NULL) {
GetThreadLocal    434 src/isolate.h          Thread::GetThreadLocal(per_isolate_thread_data_key_));
GetThreadLocal    446 src/isolate.h      return reinterpret_cast<Isolate*>(Thread::GetThreadLocal(isolate_key_));
GetThreadLocal    469 src/platform.h   static void* GetThreadLocal(LocalStorageKey key);
GetThreadLocal    471 src/platform.h     return static_cast<int>(reinterpret_cast<intptr_t>(GetThreadLocal(key)));
GetThreadLocal    478 src/platform.h     return GetThreadLocal(key) != NULL;
GetThreadLocal    485 src/platform.h     ASSERT(result == GetThreadLocal(key));
GetThreadLocal    490 src/platform.h     return GetThreadLocal(key);
GetThreadLocal     32 test/cctest/test-platform-tls.cc     CHECK_EQ(GetValue(i), Thread::GetThreadLocal(keys[i]));
GetThreadLocal     43 test/cctest/test-platform-tls.cc              Thread::GetThreadLocal(keys[i]));