OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FreeThreadResources
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/v8/src/
regexp-stack.h
91
void
FreeThreadResources
() { thread_local_.Free(); }
v8threads.cc
105
isolate_->thread_manager()->
FreeThreadResources
();
351
void ThreadManager::
FreeThreadResources
() {
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
();
execution.cc
569
void StackGuard::
FreeThreadResources
() {
bootstrapper.cc
[
all
...]
debug.h
418
void
FreeThreadResources
() { }
[
all
...]
isolate.h
672
void
FreeThreadResources
() { thread_local_top_.Free(); }
[
all
...]
api.cc
[
all
...]
/external/v8/src/
regexp-stack.h
91
void
FreeThreadResources
() { thread_local_.Free(); }
v8threads.cc
109
isolate_->thread_manager()->
FreeThreadResources
();
352
void ThreadManager::
FreeThreadResources
() {
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
();
execution.cc
522
void StackGuard::
FreeThreadResources
() {
bootstrapper.cc
[
all
...]
debug.h
386
void
FreeThreadResources
() { }
[
all
...]
isolate.h
637
void
FreeThreadResources
() { thread_local_top_.Free(); }
[
all
...]
api.cc
[
all
...]
Completed in 252 milliseconds