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

Unified Diff: runtime/vm/object.h

Issue 2307673002: Remove dead code for writing ICData entries. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | runtime/vm/object_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index b219ab7c5cdc3cbaee33f1d3eb32ac751c4469fc..7af55854ba354d8e21e3865c153f57679452126c 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2066,11 +2066,7 @@ class ICData : public Object {
GrowableArray<intptr_t>* second) const;
void PrintToJSONArray(const JSONArray& jsarray,
- TokenPosition token_pos,
- bool is_static_call) const;
- void PrintToJSONArrayNew(const JSONArray& jsarray,
- TokenPosition token_pos,
- bool is_static_call) const;
+ TokenPosition token_pos) const;
// Initialize the preallocated empty ICData entry arrays.
static void InitOnce();
« no previous file with comments | « no previous file | runtime/vm/object_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698