HomeSort by relevance Sort by last modified time
    Searched refs:ms_count_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
heap.h 1651 int ms_count_; \/\/ how many mark-sweep collections happened member in class:v8::internal::Heap
    [all...]
heap.cc 111 ms_count_(0),
914 ms_count_++;
915 tracer->set_full_gc_count(ms_count_);
    [all...]

Completed in 565 milliseconds