Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc1412 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostScavengeProcessing()
1430 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostMarkSweepProcessing()
1532 bool GlobalHandles::InRecursiveGC(unsigned gc_processing_counter) { in InRecursiveGC() function in v8::internal::GlobalHandles
1550 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostGarbageCollectionProcessing()
1555 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostGarbageCollectionProcessing()
Dglobal-handles.h217 bool InRecursiveGC(unsigned gc_processing_counter);