Home
last modified time | relevance | path

Searched refs:GetExistingThreadLocal (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/base/platform/
Dplatform-unittest.cc76 CHECK_EQ(GetValue(i), Thread::GetExistingThreadLocal(keys_[i])); in Run()
88 Thread::GetExistingThreadLocal(keys_[i])); in Run()
Dplatform.h474 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() function
481 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() function
Dplatform-posix.cc630 void* actual = Thread::GetExistingThreadLocal(key); in CheckFastTls()
/external/v8/src/
Disolate.h481 base::Thread::GetExistingThreadLocal(isolate_key_)); in INLINE()