| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 79cb82cb44da0eb4d20fea2db814cd668dce0e09..0cb7dc4b06d8fccd66f3b68878fe938fe62e9344 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -473,6 +473,8 @@ class FlowGraphCompiler : public ValueObject {
|
| const Class& float64x2_class() const { return float64x2_class_; }
|
| const Class& int32x4_class() const { return int32x4_class_; }
|
|
|
| + const Class& BoxClassFor(Representation rep);
|
| +
|
| void SaveLiveRegisters(LocationSummary* locs);
|
| void RestoreLiveRegisters(LocationSummary* locs);
|
|
|
|
|