Home | History | Annotate | Download | only in src

Lines Matching refs:isolate_key_

111 base::Thread::LocalStorageKey Isolate::isolate_key_;
174 isolate_key_ = base::Thread::CreateThreadLocalKey();
1844 reinterpret_cast<Isolate*>(base::Thread::GetThreadLocal(isolate_key_));
1941 base::Thread::SetThreadLocal(isolate_key_, isolate);