Home | History | Annotate | Download | only in gc

Lines Matching refs:max_count_

1042       : class_(c), max_count_(max_count), instances_(instances) {
1048 if (max_count_ == 0 || instances_.size() < max_count_) {
1056 uint32_t max_count_;
1081 : object_(object), max_count_(max_count), referring_objects_(referring_objects) {
1094 if (object == object_ && (max_count_ == 0 || referring_objects_.size() < max_count_)) {
1101 uint32_t max_count_;