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

/external/v8/src/
H A Dglobal-handles.cc433 post_gc_processing_count_(0),
620 const int initial_post_gc_processing_count = ++post_gc_processing_count_;
639 if (initial_post_gc_processing_count != post_gc_processing_count_) {
660 if (initial_post_gc_processing_count != post_gc_processing_count_) {
H A Dglobal-handles.h287 int post_gc_processing_count_; member in class:v8::internal::GlobalHandles

Completed in 74 milliseconds