Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 8372) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -128,6 +128,11 @@ |
| const AbstractType& type, |
| bool negate_result); |
| + void EmitClassChecksNoSmi(const ZoneGrowableArray<intptr_t>& class_ids, |
| + Register instance_reg, |
| + Register temp_reg, |
| + Label* deopt); |
| + |
| enum TypeTestStubKind { |
| kTestTypeOneArg, |
| kTestTypeTwoArgs, |