Chromium Code Reviews| Index: src/disassembler.cc |
| =================================================================== |
| --- src/disassembler.cc (revision 2303) |
| +++ src/disassembler.cc (working copy) |
| @@ -243,6 +243,9 @@ |
| PropertyType type = code->type(); |
| out.AddFormatted(", %s", Code::PropertyType2String(type)); |
| } |
| + if (code->ic_in_loop() == IN_LOOP) { |
| + out.AddFormatted(", in_loop"); |
| + } |
| if (kind == Code::CALL_IC) { |
| out.AddFormatted(", argc = %d", code->arguments_count()); |
| } |