| Index: src/ia32/macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/ia32/macro-assembler-ia32.h (revision 3644)
|
| +++ src/ia32/macro-assembler-ia32.h (working copy)
|
| @@ -392,6 +392,8 @@
|
| void SetCounter(StatsCounter* counter, int value);
|
| void IncrementCounter(StatsCounter* counter, int value);
|
| void DecrementCounter(StatsCounter* counter, int value);
|
| + void IncrementCounter(Condition cc, StatsCounter* counter, int value);
|
| + void DecrementCounter(Condition cc, StatsCounter* counter, int value);
|
|
|
|
|
| // ---------------------------------------------------------------------------
|
|
|