Index: src/macro-assembler-arm.h |
=================================================================== |
--- src/macro-assembler-arm.h (revision 787) |
+++ src/macro-assembler-arm.h (working copy) |
@@ -231,6 +231,17 @@ |
// --------------------------------------------------------------------------- |
+ // StatsCounter support |
+ |
+ void SetCounter(StatsCounter* counter, int value, |
+ Register scratch1, Register scratch2); |
+ void IncrementCounter(StatsCounter* counter, int value, |
+ Register scratch1, Register scratch2); |
+ void DecrementCounter(StatsCounter* counter, int value, |
+ Register scratch1, Register scratch2); |
+ |
+ |
+ // --------------------------------------------------------------------------- |
// Debugging |
// Calls Abort(msg) if the condition cc is not satisfied. |