Index: runtime/vm/stub_code.h |
diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h |
index 03b7bbf9296e8756e363ad1b4aedb5c6d81d1442..cf25bba2815741b7ea34dfd91e842cdfbd1dafa0 100644 |
--- a/runtime/vm/stub_code.h |
+++ b/runtime/vm/stub_code.h |
@@ -54,6 +54,9 @@ class RawCode; |
V(ZeroArgsUnoptimizedStaticCall) \ |
V(OneArgUnoptimizedStaticCall) \ |
V(TwoArgsUnoptimizedStaticCall) \ |
+ V(Subtype1TestCache) \ |
+ V(Subtype2TestCache) \ |
+ V(Subtype3TestCache) \ |
// Is it permitted for the stubs above to refer to Object::null(), which is |
// allocated in the VM isolate and shared across all isolates. |
@@ -66,9 +69,6 @@ class RawCode; |
#define STUB_CODE_LIST(V) \ |
V(CallClosureNoSuchMethod) \ |
V(AllocateContext) \ |
- V(Subtype1TestCache) \ |
- V(Subtype2TestCache) \ |
- V(Subtype3TestCache) \ |
// class StubEntry is used to describe stub methods generated in dart to |