Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h481 base::Thread::GetExistingThreadLocal(isolate_key_)); in INLINE()
488 base::Thread::GetThreadLocal(isolate_key_)); in INLINE()
495 base::Thread::GetThreadLocal(isolate_key_)); in INLINE()
531 return isolate_key_; in isolate_key()
1174 static base::Thread::LocalStorageKey isolate_key_; variable
Disolate.cc110 base::Thread::LocalStorageKey Isolate::isolate_key_; member in v8::internal::Isolate
157 isolate_key_ = base::Thread::CreateThreadLocalKey(); in InitializeOncePerProcess()
1679 base::Thread::SetThreadLocal(isolate_key_, isolate); in SetIsolateThreadLocals()