Exemple #1
0
inline void ValueSet::clear() {
  _map.clear();
}
 void          clear_local_oop_map()            { _local_oop_map.clear(); }
Exemple #3
0
inline ValueSet::ValueSet() : _map(Instruction::number_of_instructions()) {
  _map.clear();
}