Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h2048 void set_full_gc_count(int count) { full_gc_count_ = count; } in set_full_gc_count() function
Dheap.cc823 tracer->set_full_gc_count(mc_count_ + ms_count_); in MarkCompact()