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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.hpp166 void bias_region(MemRegion mr, int lgrp_id);
H A DmutableNUMASpace.cpp281 void MutableNUMASpace::bias_region(MemRegion mr, int lgrp_id) { function in class:MutableNUMASpace
527 // That's the only case we have to make an additional bias_region() call.
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());
688 bias_region(bottom_region, ls->lgrp_id());
689 bias_region(top_region, ls->lgrp_id());

Completed in 31 milliseconds