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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueSet.hpp51 void set_from(ValueSet* other);
62 res->_map.set_from(_map);
96 inline void ValueSet::set_from(ValueSet* other) { function in class:ValueSet
97 _map.set_from(other->_map);
H A Dc1_LinearScan.hpp489 void set_from(int from) { _from = from; } function in class:Range
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.hpp158 void set_from(HeapRegion* from) { function in class:UpdateRSOopClosure
H A Dg1OopClosures.hpp293 void set_from(HeapRegion* from) { function in class:G1UpdateRSOrPushRefOopClosure
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp397 void BitMap::set_from(BitMap other) { function in class:BitMap

Completed in 40 milliseconds