Searched refs:object_count_ (Results 1 – 1 of 1) sorted by relevance
975 object_count_(0) { in GcSubrootsEnumerator()978 object_count_ += end - start; in VisitPointers()982 if (previous_object_count_ != object_count_) { in Synchronize()983 previous_object_count_ = object_count_; in Synchronize()991 intptr_t object_count_; member in v8::internal::GcSubrootsEnumerator