Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-platform-tls.cc33 CHECK_EQ(GetValue(i), Thread::GetExistingThreadLocal(keys[i])); in DoTest()
45 Thread::GetExistingThreadLocal(keys[i])); in DoTest()
/external/v8/src/
Dplatform.h477 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() function
484 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() function
Dplatform-macos.cc601 void* actual = Thread::GetExistingThreadLocal(key); in CheckFastTls()
Disolate.h439 Thread::GetExistingThreadLocal(isolate_key_)); in INLINE()