Searched refs:GetExistingThreadLocal (Results 1 – 4 of 4) sorted by relevance
59 CHECK_EQ(GetValue(i), Thread::GetExistingThreadLocal(keys[i])); in DoTest()71 Thread::GetExistingThreadLocal(keys[i])); in DoTest()
470 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() function477 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() function
645 void* actual = Thread::GetExistingThreadLocal(key); in CheckFastTls()
454 Thread::GetExistingThreadLocal(isolate_key_)); in INLINE()