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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1EvacFailure.hpp130 _cm->grayRoot(obj, obj_size, _worker_id, _hr);
H A Dg1OopClosures.inline.hpp128 _cm->grayRoot(obj, obj->size(), _worker_id, hr);
H A DconcurrentMark.inline.hpp405 inline void ConcurrentMark::grayRoot(oop obj, size_t word_size, function in class:ConcurrentMark
H A DconcurrentMark.hpp681 inline void grayRoot(oop obj, size_t word_size,
H A Dg1CollectedHeap.cpp4615 _cm->grayRoot(obj, (size_t) obj->size(), _worker_id);
4639 _cm->grayRoot(to_obj, (size_t) from_obj->size(), _worker_id);

Completed in 95 milliseconds