Searched refs:_vo (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | heapRegion.cpp | 60 VerifyOption _vo; member in class:VerifyLiveClosure 62 // _vo == UsePrevMarking -> use "prev" marking information, 63 // _vo == UseNextMarking -> use "next" marking information, 64 // _vo == UseMarkWord -> use mark word from object header. 67 _failures(false), _n_failures(0), _vo(vo) 97 assert(!_g1h->is_obj_dead_cond(_containing_obj, _vo), 103 if (!_g1h->is_in_closed_subset(obj) || _g1h->is_obj_dead_cond(obj, _vo)) {
|
H A D | g1CollectedHeap.cpp | 3166 VerifyOption _vo; member in class:VerifyLivenessOopClosure 3169 _g1h(g1h), _vo(vo) 3176 guarantee(obj == NULL || !_g1h->is_obj_dead_cond(obj, _vo), 3186 VerifyOption _vo; member in class:VerifyObjsInRegionClosure 3188 // _vo == UsePrevMarking -> use "prev" marking information, 3189 // _vo == UseNextMarking -> use "next" marking information, 3190 // _vo == UseMarkWord -> use mark word from object header. 3192 : _live_bytes(0), _hr(hr), _vo(vo) { 3196 VerifyLivenessOopClosure isLive(_g1h, _vo); 3198 if (!_g1h->is_obj_dead_cond(o, _vo)) { 3252 VerifyOption _vo; member in class:VerifyRegionClosure 3300 VerifyOption _vo; member in class:VerifyRootsClosure 3338 VerifyOption _vo; member in class:G1ParVerifyTask [all...] |
H A D | concurrentMark.cpp | 2526 VerifyOption _vo; member in class:PrintReachableOopClosure 2534 _out(out), _vo(vo), _all(all) { } 2551 bool over_tams = _g1h->allocated_since_marking(obj, hr, _vo); 2552 bool marked = _g1h->is_marked(obj, _vo); 2575 VerifyOption _vo; member in class:PrintReachableObjectClosure 2585 _out(out), _vo(vo), _all(all), _hr(hr) { } 2588 bool over_tams = _g1h->allocated_since_marking(o, _hr, _vo); 2589 bool marked = _g1h->is_marked(o, _vo); 2595 PrintReachableOopClosure oopCl(_out, _vo, _all); 2605 VerifyOption _vo; member in class:PrintReachableRegionClosure [all...] |
Completed in 3204 milliseconds