Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.cc356 static internal::Thread::LocalStorageKey stack_limit_key = variable
362 stack_limit_key, in FreeThreadResources()
404 void* stored_limit = Thread::GetThreadLocal(stack_limit_key); in InitThread()