Home | History | Annotate | Download | only in src

Lines Matching refs:weight_

55   int weight_;
349 weight_ = weight;
361 uses->RecordWrite(weight_);
363 uses->RecordRead(weight_);
369 UsageComputer uc(weight_, false);
379 UsageComputer uc(weight_, true);
404 old_weight_ = uc->weight_;
405 int new_weight = static_cast<int>(uc->weight_ * scale);
408 uc->weight_ = new_weight;
413 uc_->weight_ = old_weight_;