Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_ia32.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 8372) |
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy) |
| @@ -70,6 +70,11 @@ |
| const AbstractType& dst_type, |
| const String& dst_name); |
| + void EmitClassChecksNoSmi(const ZoneGrowableArray<intptr_t>& class_ids, |
| + Register instance_reg, |
| + Register temp_reg, |
| + Label* deopt); |
| + |
| private: |
| friend class DeoptimizationStub; |