Searched refs:CheckFastTls (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dplatform-posix.cc720 static void CheckFastTls(Thread::LocalStorageKey key) { function in namespace:v8::internal
749 if (check_fast_tls) CheckFastTls(local_key);
/external/v8/src/
H A Dplatform-macos.cc598 static void CheckFastTls(Thread::LocalStorageKey key) { function in namespace:v8::internal
627 if (check_fast_tls) CheckFastTls(typed_key);

Completed in 48 milliseconds