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

Unified Diff: runtime/vm/flow_graph_compiler.h

Issue 1867913004: Specialize instance calls when the call receiver is the method receiver and the method class has a … (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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.h ('k') | runtime/vm/flow_graph_compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_compiler.h
diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
index 3dc31a07ce518b5f6c1f50b04a6c28d830138b35..7c1fa0e41161f6e7aed39302a3cbe0efd75159c3 100644
--- a/runtime/vm/flow_graph_compiler.h
+++ b/runtime/vm/flow_graph_compiler.h
@@ -451,7 +451,8 @@ class FlowGraphCompiler : public ValueObject {
const Array& argument_names,
intptr_t deopt_id,
TokenPosition token_pos,
- LocationSummary* locs);
+ LocationSummary* locs,
+ bool complete);
// Pass a value for try-index where block is not available (e.g. slow path).
void EmitMegamorphicInstanceCall(
@@ -476,7 +477,8 @@ class FlowGraphCompiler : public ValueObject {
Label* match_found,
intptr_t deopt_id,
TokenPosition token_index,
- LocationSummary* locs);
+ LocationSummary* locs,
+ bool complete);
Condition EmitEqualityRegConstCompare(Register reg,
const Object& obj,
« no previous file with comments | « runtime/vm/flow_graph.h ('k') | runtime/vm/flow_graph_compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698