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

Unified Diff: runtime/vm/flow_graph_optimizer.h

Issue 1644793002: Replace intptr_t with TokenDescriptor (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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_compiler_x64.cc ('k') | runtime/vm/flow_graph_optimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_optimizer.h
diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
index 9d500aaa8984c92107ee54a261851be964308c31..afbb455ce1a26e37819bd96f564487ae549696d3 100644
--- a/runtime/vm/flow_graph_optimizer.h
+++ b/runtime/vm/flow_graph_optimizer.h
@@ -64,7 +64,7 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
const Function& target,
Instruction* call,
Definition* receiver,
- intptr_t token_pos,
+ TokenPosition token_pos,
const ICData& ic_data,
TargetEntryInstr** entry,
Definition** last);
@@ -97,7 +97,7 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
const Function& target,
Instruction* call,
Definition* receiver,
- intptr_t token_pos,
+ TokenPosition token_pos,
const ICData& value_check,
TargetEntryInstr** entry,
Definition** last);
@@ -201,7 +201,7 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
Instruction* GetCheckClass(Definition* to_check,
const ICData& unary_checks,
intptr_t deopt_id,
- intptr_t token_pos);
+ TokenPosition token_pos);
// Insert a Smi check if needed.
void AddCheckSmi(Definition* to_check,
« no previous file with comments | « runtime/vm/flow_graph_compiler_x64.cc ('k') | runtime/vm/flow_graph_optimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698