Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dglobal-handles.h214 bool InRecursiveGC(unsigned gc_processing_counter);
Dglobal-handles.cc1532 bool GlobalHandles::InRecursiveGC(unsigned gc_processing_counter) { in InRecursiveGC() argument
1533 return gc_processing_counter != post_gc_processing_count_; in InRecursiveGC()