| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 47e45af22f53cb2c75fa83d2e03008943cd6d9f6..ed6b4ce4c30a15172b114ec6ba5603793d47dbd6 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -281,6 +281,9 @@ class FlowGraphCompiler : public ValueObject {
|
| static bool SupportsUnboxedSimd128();
|
| static bool SupportsHardwareDivision();
|
|
|
| + static bool IsUnboxedField(const Field& field);
|
| + static bool IsPotentialUnboxedField(const Field& field);
|
| +
|
| // Accessors.
|
| Assembler* assembler() const { return assembler_; }
|
| const ParsedFunction& parsed_function() const { return parsed_function_; }
|
|
|