Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dheap.h957 inline bool IsInGCPostProcessing() { return gc_post_processing_depth_ > 0; } in IsInGCPostProcessing()
1463 int gc_post_processing_depth_; variable
Dheap.cc86 gc_post_processing_depth_(0), in Heap()
1096 gc_post_processing_depth_++; in PerformGarbageCollection()
1103 gc_post_processing_depth_--; in PerformGarbageCollection()