Searched defs:obj_hw (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1OopClosures.inline.hpp52 HeapWord* obj_hw = (HeapWord*)oopDesc::decode_heap_oop_not_null(heap_oop); local
53 if (obj_hw < _r_bottom || obj_hw >= _r_end) {

Completed in 29 milliseconds