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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp137 void add_reference(OopOrNarrowOopStar from, int tid);
242 void add_reference(OopOrNarrowOopStar from) { function in class:HeapRegionRemSet
243 _other_regions.add_reference(from, 0);
247 void add_reference(OopOrNarrowOopStar from, int tid) { function in class:HeapRegionRemSet
248 _other_regions.add_reference(from, tid);
H A Dg1RemSet.inline.hpp69 to->rem_set()->add_reference(p, tid);
H A DheapRegionRemSet.cpp137 void add_reference(OopOrNarrowOopStar from) { function in class:PerRegionTable
395 void OtherRegionsTable::add_reference(OopOrNarrowOopStar from, int tid) { function in class:OtherRegionsTable
514 prt->add_reference(from);
1195 hrrs->add_reference((OopOrNarrowOopStar)hr1_start);
1196 hrrs->add_reference((OopOrNarrowOopStar)hr1_mid);
1197 hrrs->add_reference((OopOrNarrowOopStar)hr1_last);
1199 hrrs->add_reference((OopOrNarrowOopStar)hr2_start);
1200 hrrs->add_reference((OopOrNarrowOopStar)hr2_mid);
1201 hrrs->add_reference((OopOrNarrowOopStar)hr2_last);
1203 hrrs->add_reference((OopOrNarrowOopSta
[all...]
H A Dg1OopClosures.inline.hpp213 to->rem_set()->add_reference(p, _worker_i);
/openjdk7/hotspot/src/share/vm/opto/
H A Dregalloc.hpp80 virtual void add_reference( const Node *node, const Node *old_node) = 0;
H A Dchaitin.hpp512 void add_reference( const Node *node, const Node *old_node);
H A Dchaitin.cpp1746 //------------------------------add_reference----------------------------------
1748 void PhaseChaitin::add_reference( const Node *node, const Node *old_node ) { function in class:PhaseChaitin

Completed in 110 milliseconds