Searched refs:add_reference (Results 1 - 7 of 7) sorted by relevance
| /openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
| H A D | heapRegionRemSet.hpp | 137 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 D | g1RemSet.inline.hpp | 69 to->rem_set()->add_reference(p, tid);
|
| H A D | heapRegionRemSet.cpp | 137 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 D | g1OopClosures.inline.hpp | 213 to->rem_set()->add_reference(p, _worker_i);
|
| /openjdk7/hotspot/src/share/vm/opto/ |
| H A D | regalloc.hpp | 80 virtual void add_reference( const Node *node, const Node *old_node) = 0;
|
| H A D | chaitin.hpp | 512 void add_reference( const Node *node, const Node *old_node);
|
| H A D | chaitin.cpp | 1746 //------------------------------add_reference---------------------------------- 1748 void PhaseChaitin::add_reference( const Node *node, const Node *old_node ) { function in class:PhaseChaitin
|
Completed in 110 milliseconds