Home
last modified time | relevance | path

Searched refs:post_processing_count (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h221 size_t PostScavengeProcessing(unsigned post_processing_count);
222 size_t PostMarkSweepProcessing(unsigned post_processing_count);
H A Dglobal-handles.cc1401 size_t GlobalHandles::PostScavengeProcessing(unsigned post_processing_count) { in PostScavengeProcessing() argument
1412 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostScavengeProcessing()
1419 size_t GlobalHandles::PostMarkSweepProcessing(unsigned post_processing_count) { in PostMarkSweepProcessing() argument
1430 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostMarkSweepProcessing()
1542 const unsigned post_processing_count = ++post_gc_processing_count_; in PostGarbageCollectionProcessing() local
1550 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostGarbageCollectionProcessing()
1553 ? PostScavengeProcessing(post_processing_count) in PostGarbageCollectionProcessing()
1554 : PostMarkSweepProcessing(post_processing_count); in PostGarbageCollectionProcessing()
1555 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostGarbageCollectionProcessing()

Completed in 5 milliseconds