Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/cctest/
Dtest-platform-tls.cc59 CHECK_EQ(GetValue(i), Thread::GetExistingThreadLocal(keys[i])); in DoTest()
71 Thread::GetExistingThreadLocal(keys[i])); in DoTest()
/external/chromium_org/v8/src/
Dplatform.h470 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() function
477 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() function
Dplatform-posix.cc645 void* actual = Thread::GetExistingThreadLocal(key); in CheckFastTls()
Disolate.h454 Thread::GetExistingThreadLocal(isolate_key_)); in INLINE()