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

Unified Diff: runtime/vm/il_printer.h

Issue 2809583002: Use off-heap data for type feedback in PolymorphicInstanceCallInstr (Closed)
Patch Set: 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
Index: runtime/vm/il_printer.h
diff --git a/runtime/vm/il_printer.h b/runtime/vm/il_printer.h
index 7b27a6174faad8a22e51b4d95672cb1f47e539af..aeeb459e75f55dae4a7d0ab7f2ac97521689c5fb 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 PolymorphicTargets& ic_data,
+ intptr_t num_checks_to_print = kPrintAll);
+
static bool ShouldPrint(const Function& function);
static bool PassesFilter(const char* filter, const Function& function);

Powered by Google App Engine
This is Rietveld 408576698