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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp1383 CalcLiveObjectsClosure _calc_cl; member in class:VerifyLiveObjectDataHRClosure
1401 _calc_cl(_cm->nextMarkBitMap(), g1h, exp_region_bm, exp_card_bm),
1425 bool res = _calc_cl.doHeapRegion(hr);
1432 size_t exp_marked_bytes = _calc_cl.region_marked_bytes();
1490 _calc_cl.region_marked_bytes(), hr->next_marked_bytes());

Completed in 40 milliseconds