HomeSort by relevance Sort by last modified time
    Searched refs:check_fast_tls (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
platform-macos.cc 614 bool check_fast_tls = false; local
616 check_fast_tls = true;
627 if (check_fast_tls) CheckFastTls(typed_key);
  /external/chromium_org/v8/src/
platform-posix.cc 718 bool check_fast_tls = false; local
720 check_fast_tls = true;
731 if (check_fast_tls) CheckFastTls(local_key);

Completed in 79 milliseconds