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

Unified Diff: runtime/vm/flow_graph_compiler.h

Issue 2856543002: Use off-heap data for class check instructions (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/flow_graph_compiler.h
diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
index 7aaafe43a99d98bfb465b0d341b96a1da905e95d..7e6ad1f4922788ef2472e767dac5ece0e38f77b3 100644
--- a/runtime/vm/flow_graph_compiler.h
+++ b/runtime/vm/flow_graph_compiler.h
@@ -573,11 +573,6 @@ class FlowGraphCompiler : public ValueObject {
bool may_reoptimize() const { return may_reoptimize_; }
- // Returns 'sorted' array in decreasing count order.
- static void SortICDataByCount(const ICData& ic_data,
- GrowableArray<CidRangeTarget>* sorted,
- bool drop_smi);
-
// Use in unoptimized compilation to preserve/reuse ICData.
const ICData* GetOrAddInstanceCallICData(intptr_t deopt_id,
const String& target_name,

Powered by Google App Engine
This is Rietveld 408576698