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

/external/chromium_org/v8/src/
H A Disolate.h481 base::Thread::GetExistingThreadLocal(isolate_key_));
488 base::Thread::GetThreadLocal(isolate_key_));
491 // Like UncheckedCurrent, but skips the check that |isolate_key_| was
495 base::Thread::GetThreadLocal(isolate_key_));
531 return isolate_key_;
1174 static base::Thread::LocalStorageKey isolate_key_;
H A Disolate.cc110 base::Thread::LocalStorageKey Isolate::isolate_key_; member in class:v8::internal::Isolate
157 isolate_key_ = base::Thread::CreateThreadLocalKey();
1679 base::Thread::SetThreadLocal(isolate_key_, isolate);

Completed in 129 milliseconds