Searched refs:FreeThreadResources (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/
H A Dv8threads.cc91 internal::ThreadManager::FreeThreadResources();
304 void ThreadManager::FreeThreadResources() { function in class:v8::internal::ThreadManager
305 HandleScopeImplementer::FreeThreadResources();
306 Top::FreeThreadResources();
308 Debug::FreeThreadResources();
310 StackGuard::FreeThreadResources();
311 RegExpStack::FreeThreadResources();
312 Bootstrapper::FreeThreadResources();
H A Dbootstrapper.h91 static void FreeThreadResources();
H A Dregexp-stack.h76 static void FreeThreadResources() { thread_local_.Free(); } function in class:v8::internal::RegExpStack
H A Dv8threads.h89 static void FreeThreadResources();
H A Dexecution.h158 static void FreeThreadResources();
H A Dtop.h364 static void FreeThreadResources() { thread_local_.Free(); } function in class:v8::internal::Top
H A Dapi.h336 static void FreeThreadResources();
H A Ddebug.h358 static void FreeThreadResources() { } function in class:v8::internal::Debug
H A Dexecution.cc360 void StackGuard::FreeThreadResources() { function in class:v8::internal::StackGuard
H A Dbootstrapper.cc1633 void Bootstrapper::FreeThreadResources() { function in class:Bootstrapper
H A Dapi.cc3891 void HandleScopeImplementer::FreeThreadResources() { function in class:v8::internal::HandleScopeImplementer

Completed in 148 milliseconds