| Index: runtime/vm/flow_graph_compiler_x64.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.h (revision 15270)
|
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy)
|
| @@ -159,6 +159,12 @@
|
| XmmRegister right,
|
| Register result);
|
|
|
| + void EmitEqualityRegConstCompare(Register reg,
|
| + const Object& obj,
|
| + bool needs_number_check);
|
| + void EmitEqualityRegRegCompare(Register left,
|
| + Register right,
|
| + bool needs_number_check);
|
| void EmitEqualityRegConstCompare(Register reg, const Object& obj);
|
| // Implement equality: if any of the arguments is null do identity check.
|
| // Fallthrough calls super equality.
|
|
|