Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 9a946b0d9820a6beec129ccfa99af81e8cdad7ed..cdd8b38e35b7ab18afb69f32d335db9885276804 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -2075,6 +2075,11 @@ class ICData : public Object { |
kCachedICDataArrayCount = 4 |
}; |
+#if defined(TAG_IC_DATA) |
+ void set_tag(intptr_t value) const; |
+ intptr_t tag() const { return raw_ptr()->tag_; } |
+#endif |
+ |
private: |
static RawICData* New(); |