Index: runtime/vm/raw_object.h |
=================================================================== |
--- runtime/vm/raw_object.h (revision 24510) |
+++ runtime/vm/raw_object.h (working copy) |
@@ -487,6 +487,7 @@ |
RawFunction* signature_function_; // Associated function for signature class. |
RawArray* constants_; // Canonicalized values of this class. |
RawArray* canonical_types_; // Canonicalized types of this class. |
+ RawArray* no_such_method_cache_; // Dispatcher functions for noSuchMethod. |
RawCode* allocation_stub_; // Stub code for allocation of instances. |
RawObject** to() { |
return reinterpret_cast<RawObject**>(&ptr()->allocation_stub_); |