| 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,
|
|
|