Searched refs:GetExistingThreadLocal (Results 1 – 4 of 4) sorted by relevance
33 CHECK_EQ(GetValue(i), Thread::GetExistingThreadLocal(keys[i])); in DoTest()45 Thread::GetExistingThreadLocal(keys[i])); in DoTest()
477 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() function484 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() function
601 void* actual = Thread::GetExistingThreadLocal(key); in CheckFastTls()
439 Thread::GetExistingThreadLocal(isolate_key_)); in INLINE()