Chromium Code Reviews| Index: runtime/vm/bit_vector.h |
| diff --git a/runtime/vm/bit_vector.h b/runtime/vm/bit_vector.h |
| index 1b4828069fcee4c442e3ad12bde6996686554aba..f8a9a2c05439c5cf28c2076f3cbaf717fecbced3 100644 |
| --- a/runtime/vm/bit_vector.h |
| +++ b/runtime/vm/bit_vector.h |
| @@ -76,6 +76,8 @@ class BitVector: public ZoneAllocated { |
| // Add all elements that are in the bitvector from. |
| bool AddAll(const BitVector* from); |
| + bool RemoveAll(const BitVector* from); |
|
Florian Schneider
2012/12/13 13:17:13
Maybe add a short line what it does.
Vyacheslav Egorov (Google)
2012/12/13 14:02:59
Done.
|
| + |
| // From the bitvector gen add those elements that are not in the |
| // bitvector kill. |
| bool KillAndAdd(BitVector* kill, BitVector* gen); |