Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h926 inline bool IsInGCPostProcessing() { return gc_post_processing_depth_ > 0; } in IsInGCPostProcessing()
2212 int gc_post_processing_depth_; variable
Dheap.cc104 gc_post_processing_depth_(0), in Heap()
1338 gc_post_processing_depth_++; in PerformGarbageCollection()
1346 gc_post_processing_depth_--; in PerformGarbageCollection()