| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 8404)
|
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
|
| @@ -134,6 +134,11 @@
|
|
|
| void EmitComment(Instruction* instr);
|
|
|
| + void EmitClassChecksNoSmi(const ZoneGrowableArray<intptr_t>& class_ids,
|
| + Register instance_reg,
|
| + Register temp_reg,
|
| + Label* deopt);
|
| +
|
| intptr_t StackSize() const;
|
|
|
| // Returns assembler label associated with the given block entry.
|
|
|