Chromium Code Reviews| Index: src/log.cc |
| =================================================================== |
| --- src/log.cc (revision 4791) |
| +++ src/log.cc (working copy) |
| @@ -1295,6 +1295,10 @@ |
| description = "A call IC from the snapshot"; |
| tag = Logger::CALL_IC_TAG; |
| break; |
| + case Code::KEYED_CALL_IC: |
| + description = "A keyed call IC from the snapshot"; |
| + tag = Logger::KEYED_CALL_IC_TAG; |
| + break; |
| } |
| PROFILE(CodeCreateEvent(tag, code_object, description)); |
| } |