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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.hpp66 class LGRPSpace : public CHeapObj<mtGC> { class in class:MutableNUMASpace
93 LGRPSpace(int l, size_t alignment) : _lgrp_id(l), _last_page_scanned(NULL), _allocation_failed(false) { function in class:MutableNUMASpace::LGRPSpace
97 ~LGRPSpace() {
111 static bool equals(void* lgrp_id_value, LGRPSpace* p) {
145 GrowableArray<LGRPSpace*>* _lgrp_spaces;
193 GrowableArray<LGRPSpace*>* lgrp_spaces() const { return _lgrp_spaces; }
H A DmutableNUMASpace.cpp46 _lgrp_spaces = new (ResourceObj::C_HEAP, mtGC) GrowableArray<LGRPSpace*>(0, true);
90 LGRPSpace *ls = lgrp_spaces()->at(i);
181 int i = lgrp_spaces()->find(&lgrp_id, LGRPSpace::equals);
200 int i = lgrp_spaces()->find(&lgrp_id, LGRPSpace::equals);
219 int i = lgrp_spaces()->find(&lgrp_id, LGRPSpace::equals);
247 lgrp_spaces()->append(new LGRPSpace(lgrp_ids[i], alignment()));
320 LGRPSpace *ls = lgrp_spaces()->at(i);
365 LGRPSpace *ls = lgrp_spaces()->at(i);
432 LGRPSpace *ls = lgrp_spaces()->at(i);
606 LGRPSpace *l
[all...]

Completed in 24 milliseconds