Index: runtime/vm/flow_graph_compiler_ia32.h |
=================================================================== |
--- runtime/vm/flow_graph_compiler_ia32.h (revision 15478) |
+++ runtime/vm/flow_graph_compiler_ia32.h (working copy) |
@@ -297,6 +297,9 @@ |
Label* is_instance_lbl, |
Label* is_not_instance_lbl); |
+ // Returns true if checking against this type is a direct class id comparison. |
+ bool TypeCheckAsClassEquality(const AbstractType& type); |
+ |
void GenerateBoolToJump(Register bool_reg, Label* is_true, Label* is_false); |
void CopyParameters(); |