Searched defs:FreeThreadResources (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/src/
H A Dregexp-stack.h91 void FreeThreadResources() { thread_local_.Free(); } function in class:v8::internal::RegExpStack
H A Dv8threads.cc105 isolate_->thread_manager()->FreeThreadResources();
351 void ThreadManager::FreeThreadResources() { function in class:v8::internal::ThreadManager
352 isolate_->handle_scope_implementer()->FreeThreadResources();
353 isolate_->FreeThreadResources();
355 isolate_->debug()->FreeThreadResources();
357 isolate_->stack_guard()->FreeThreadResources();
358 isolate_->regexp_stack()->FreeThreadResources();
359 isolate_->bootstrapper()->FreeThreadResources();
H A Dexecution.cc569 void StackGuard::FreeThreadResources() { function in class:v8::internal::StackGuard
H A Ddebug.h418 void FreeThreadResources() { } function in class:v8::internal::Debug
H A Disolate.h672 void FreeThreadResources() { thread_local_top_.Free(); } function in class:v8::internal::Isolate
H A Dbootstrapper.cc2695 void Bootstrapper::FreeThreadResources() { function in class:Bootstrapper
H A Dapi.cc7617 void HandleScopeImplementer::FreeThreadResources() { function in class:v8::internal::HandleScopeImplementer
/external/v8/src/
H A Dregexp-stack.h91 void FreeThreadResources() { thread_local_.Free(); } function in class:v8::internal::RegExpStack
H A Dv8threads.cc109 isolate_->thread_manager()->FreeThreadResources();
352 void ThreadManager::FreeThreadResources() { function in class:v8::internal::ThreadManager
353 isolate_->handle_scope_implementer()->FreeThreadResources();
354 isolate_->FreeThreadResources();
356 isolate_->debug()->FreeThreadResources();
358 isolate_->stack_guard()->FreeThreadResources();
359 isolate_->regexp_stack()->FreeThreadResources();
360 isolate_->bootstrapper()->FreeThreadResources();
H A Dexecution.cc522 void StackGuard::FreeThreadResources() { function in class:v8::internal::StackGuard
H A Ddebug.h386 void FreeThreadResources() { } function in class:v8::internal::Debug
H A Dbootstrapper.cc2373 void Bootstrapper::FreeThreadResources() { function in class:Bootstrapper
H A Disolate.h637 void FreeThreadResources() { thread_local_top_.Free(); } function in class:v8::internal::Isolate
H A Dapi.cc6307 void HandleScopeImplementer::FreeThreadResources() { function in class:v8::internal::HandleScopeImplementer

Completed in 675 milliseconds