Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(911)

Unified Diff: runtime/vm/object.h

Issue 1195573006: Handle field-invocation and method-extraction in the runtime when --lazy_dispatchers=false. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index f2aec48787d459fc1b073a74584d1659be4c50d7..21261a279254cddbe80b33b368c14631913da119 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2183,6 +2183,8 @@ class Function : public Object {
// If none exists yet, create one and remember it.
RawInstance* ImplicitStaticClosure() const;
+ RawInstance* ImplicitInstanceClosure(const Instance& receiver) const;
+
// Redirection information for a redirecting factory.
bool IsRedirectingFactory() const;
RawType* RedirectionType() const;

Powered by Google App Engine
This is Rietveld 408576698