| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 13897)
|
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
|
| @@ -157,6 +157,9 @@
|
| Register result);
|
|
|
| void EmitEqualityRegConstCompare(Register reg, const Object& obj);
|
| + // Implement equality: if any of the arguments is null do identity check.
|
| + // Fallthrough calls super equality.
|
| + void EmitSuperEqualityCallPrologue(Register result, Label* skip_call);
|
|
|
| intptr_t StackSize() const;
|
|
|
|
|