Searched refs:lgrp_spaces (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.cpp54 for (int i = 0; i < lgrp_spaces()->length(); i++) {
55 delete lgrp_spaces()->at(i);
57 delete lgrp_spaces();
89 for (int i = 0; i < lgrp_spaces()->length(); i++) {
90 LGRPSpace *ls = lgrp_spaces()->at(i);
149 for (int i = 0; i < lgrp_spaces()->length(); i++) {
150 s += lgrp_spaces()->at(i)->space()->used_in_words();
157 for (int i = 0; i < lgrp_spaces()->length(); i++) {
158 s += lgrp_spaces()->at(i)->space()->free_in_words();
173 if (lgrp_spaces()
[all...]
H A DmutableNUMASpace.hpp193 GrowableArray<LGRPSpace*>* lgrp_spaces() const { return _lgrp_spaces; } function in class:MutableNUMASpace

Completed in 38 milliseconds