Chromium Code Reviews| Index: runtime/vm/il_printer.cc |
| =================================================================== |
| --- runtime/vm/il_printer.cc (revision 38897) |
| +++ runtime/vm/il_printer.cc (working copy) |
| @@ -575,6 +575,12 @@ |
| } |
| +void AllocateUninitializedContextInstr::PrintOperandsTo( |
| + BufferFormatter* f) const { |
| + f->Print("%" Pd "", num_context_variables()); |
| +} |
| + |
| + |
| void MathUnaryInstr::PrintOperandsTo(BufferFormatter* f) const { |
| f->Print("'%s', ", MathUnaryInstr::KindToCString(kind())); |
| value()->PrintTo(f); |