Index: vm/ic_data.h |
=================================================================== |
--- vm/ic_data.h (revision 700) |
+++ vm/ic_data.h (working copy) |
@@ -61,14 +61,14 @@ |
Function* target) const; |
static const int kNameIndex = 0; |
+ static const int kNumArgsCheckedIndex = 1; |
+ static const int kChecksStartIndex = 2; |
private: |
intptr_t ArrayElementsPerCheck() const; |
const Array* data_; |
- static const int kNumArgsCheckedIndex = 1; |
- static const int kChecksStartIndex = 2; |
DISALLOW_COPY_AND_ASSIGN(ICData); |
}; |