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

Unified Diff: runtime/vm/cha.h

Issue 1867913004: Specialize instance calls when the call receiver is the method receiver and the method class has a … (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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/cha.h
diff --git a/runtime/vm/cha.h b/runtime/vm/cha.h
index fac6577bc26c9981178944a628ab0217ebbdaca9..bb9b6a39167b68262f5c7b82f50e8edc21d7eb47 100644
--- a/runtime/vm/cha.h
+++ b/runtime/vm/cha.h
@@ -35,6 +35,8 @@ class CHA : public StackResource {
static bool HasSubclasses(const Class& cls);
bool HasSubclasses(intptr_t cid) const;
+ bool ConcreteSubclasses(const Class& cls, GrowableArray<intptr_t> *class_ids);
srdjan 2016/04/11 18:10:42 Please add a comment what this method does.
rmacnak 2016/04/11 19:33:42 Done.
+
// Return true if the class is implemented by some other class.
static bool IsImplemented(const Class& cls);

Powered by Google App Engine
This is Rietveld 408576698