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

Unified Diff: runtime/vm/il_printer.h

Issue 2809583002: Use off-heap data for type feedback in PolymorphicInstanceCallInstr (Closed)
Patch Set: More feedback from Slava Created 3 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
« no previous file with comments | « runtime/vm/flow_graph_type_propagator.cc ('k') | runtime/vm/il_printer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/il_printer.h
diff --git a/runtime/vm/il_printer.h b/runtime/vm/il_printer.h
index 7b27a6174faad8a22e51b4d95672cb1f47e539af..b3553e4462a7a01bdb6a828c4d123ab4f250479a 100644
--- a/runtime/vm/il_printer.h
+++ b/runtime/vm/il_printer.h
@@ -62,6 +62,11 @@ class FlowGraphPrinter : public ValueObject {
static void PrintICData(const ICData& ic_data,
intptr_t num_checks_to_print = kPrintAll);
+ // Debugging helper function. If 'num_checks_to_print' is not specified
+ // all checks will be printed.
+ static void PrintCidRangeData(const CallTargets& ic_data,
+ intptr_t num_checks_to_print = kPrintAll);
+
static bool ShouldPrint(const Function& function);
static bool PassesFilter(const char* filter, const Function& function);
« no previous file with comments | « runtime/vm/flow_graph_type_propagator.cc ('k') | runtime/vm/il_printer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698