Lines Matching refs:at

55     delete lgrp_spaces()->at(i);
90 LGRPSpace *ls = lgrp_spaces()->at(i);
150 s += lgrp_spaces()->at(i)->space()->used_in_words();
158 s += lgrp_spaces()->at(i)->space()->free_in_words();
176 assert(false, "There should be at least one locality group");
185 return lgrp_spaces()->at(i)->space()->capacity_in_bytes();
196 assert(false, "There should be at least one locality group");
204 return lgrp_spaces()->at(i)->space()->free_in_bytes();
215 assert(false, "There should be at least one locality group");
223 return lgrp_spaces()->at(i)->space()->capacity_in_words();
236 assert(lgrp_num > 0, "There should be at least one locality group");
241 if (lgrp_spaces()->at(j)->lgrp_id() == lgrp_ids[i]) {
255 if (lgrp_spaces()->at(i)->lgrp_id() == lgrp_ids[j]) {
261 delete lgrp_spaces()->at(i);
320 LGRPSpace *ls = lgrp_spaces()->at(i);
334 if (!lgrp_spaces()->at(i)->invalid_region().is_empty()) {
352 lgrp_spaces()->at(i)->accumulate_statistics(page_size());
365 LGRPSpace *ls = lgrp_spaces()->at(i);
375 lgrp_spaces()->at(i)->sample();
382 lgrp_spaces()->at(i)->accumulate_statistics(page_size());
397 prev_end = lgrp_spaces()->at(i - 1)->space()->end();
402 cur_end = lgrp_spaces()->at(i)->space()->end();
428 alloc_rate += lgrp_spaces()->at(j)->alloc_rate()->average();
432 LGRPSpace *ls = lgrp_spaces()->at(i);
555 assert(lgrp_spaces()->length() > 0, "There should be at least one space");
593 bias_region(bottom_region, lgrp_spaces()->at(0)->lgrp_id());
594 bias_region(top_region, lgrp_spaces()->at(lgrp_spaces()->length() - 1)->lgrp_id());
606 LGRPSpace *ls = lgrp_spaces()->at(i);
642 MutableSpace *ps = lgrp_spaces()->at(i - 1)->space();
646 MutableSpace *ps = lgrp_spaces()->at(i - 1)->space();
704 LGRPSpace *ls = lgrp_spaces()->at(i);
750 lgrp_spaces()->at(i)->space()->clear(SpaceDecorator::DontMangle);
781 LGRPSpace* ls = lgrp_spaces()->at(i);
824 LGRPSpace *ls = lgrp_spaces()->at(i);
864 st->print("lgrp %d: ", lgrp_spaces()->at(i)->lgrp_id());
865 lgrp_spaces()->at(i)->space()->print_short_on(st);
876 LGRPSpace *ls = lgrp_spaces()->at(i);
881 lgrp_spaces()->at(i)->accumulate_statistics(page_size());