Searched refs:set_union (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueSet.hpp49 void set_union(ValueSet* other);
87 inline void ValueSet::set_union(ValueSet* other) { function in class:ValueSet
88 _map.set_union(other->_map);
H A Dc1_ValueMap.cpp219 _killed_values.set_union(&map->_killed_values);
H A Dc1_LinearScan.cpp781 live_out.set_union(block->sux_at(j)->live_in());
787 live_out.set_union(block->exception_handler_at(j)->live_in());
807 live_in.set_union(block->live_gen());
H A Dc1_GraphBuilder.cpp421 scope()->requires_phi_function().set_union(block->stores_to_locals());
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp964 _entry.set_union(_normal_exit);
966 _entry.set_union(_gen);
970 _entry.set_union(_exception_exit);
1028 answer.set_union(_normal_exit);
1030 answer.set_union(_gen);
1031 answer.set_union(_exception_exit);
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.hpp235 void set_union(BitMap bits);
H A DbitMap.cpp303 void BitMap::set_union(BitMap other) { function in class:BitMap
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp80 void set_union(const ArgumentMap &am) { _bits |= am._bits; } function in class:BCEscapeAnalyzer::ArgumentMap
1005 d_state->_vars[i].set_union(s_state->_vars[i]);
1008 d_state->_stack[i].set_union(s_state->_stack[i]);
1022 extra_vars.set_union(t);
1030 extra_vars.set_union(t);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp163 bm->set_union(_bm);

Completed in 76 milliseconds