Home | History | Annotate | Download | only in src

Lines Matching refs:isolate_key_

316 Thread::LocalStorageKey Isolate::isolate_key_;
366 isolate_key_ = Thread::CreateThreadLocalKey();
374 if (Thread::GetThreadLocal(isolate_key_) == NULL) {
375 Thread::SetThreadLocal(isolate_key_, default_isolate_);
1590 Thread::SetThreadLocal(isolate_key_, isolate);