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

Unified Diff: runtime/vm/object.h

Issue 2941643002: Check for a passed-in type argument vector in the prolog of generic functions. (Closed)
Patch Set: Created 3 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 7419287d79927ee72997d5fb8c29efd0cf733fa9..f43dd0f301818f240b6216fb66e29c5cc6d3f8b6 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -1896,6 +1896,8 @@ class ICData : public Object {
intptr_t NumArgsTested() const;
+ intptr_t TypeArgsLen() const;
+
intptr_t deopt_id() const {
#if defined(DART_PRECOMPILED_RUNTIME)
UNREACHABLE();

Powered by Google App Engine
This is Rietveld 408576698