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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1OopClosures.inline.hpp118 _task->deal_with_reference(obj);
H A Dg1CollectedHeap.hpp2000 template <class T> void deal_with_reference(T* ref_to_scan) {
2013 void deal_with_reference(StarTask ref) {
2016 deal_with_reference((narrowOop*)ref);
2018 deal_with_reference((oop*)ref);
H A DconcurrentMark.inline.hpp319 inline void CMTask::deal_with_reference(oop obj) { function in class:CMTask
H A DconcurrentMark.hpp1159 inline void deal_with_reference(oop obj);
H A Dg1CollectedHeap.cpp4589 deal_with_reference(ref);
4593 deal_with_reference(ref);
4874 pss->deal_with_reference((narrowOop*) stolen_task);
4876 pss->deal_with_reference((oop*) stolen_task);
H A DconcurrentMark.cpp2126 _task->deal_with_reference(obj);
2137 // were pushed as a result of the CMTask::deal_with_reference() calls
3286 _task->deal_with_reference(obj);

Completed in 75 milliseconds