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

Unified Diff: runtime/vm/intermediate_language.h

Issue 2018363004: VM: Add result cid information for recognized methods. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: clean up Created 4 years, 7 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/intermediate_language.h
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
index be04e5ee8a165bf3efe1b739be0077332a1df452..27fe9a107431eadbd9e0f6596ea51c2b08a787a1 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -2912,6 +2912,8 @@ class PolymorphicInstanceCallInstr : public TemplateDefinition<0, Throws> {
return instance_call_->token_pos();
}
+ virtual CompileType ComputeType() const;
+
virtual intptr_t ArgumentCount() const {
return instance_call()->ArgumentCount();
}

Powered by Google App Engine
This is Rietveld 408576698