Index: src/ic/handler-compiler.cc |
diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc |
index 5717afda17d076e3ff03e2256c96502637a79665..2c8c0925aa37cd5d83d73b8869d8fb74310d1af4 100644 |
--- a/src/ic/handler-compiler.cc |
+++ b/src/ic/handler-compiler.cc |
@@ -67,6 +67,7 @@ Handle<Code> NamedLoadHandlerCompiler::ComputeLoadNonexistent( |
cache_name, stub_holder_map, Code::LOAD_IC, flag); |
if (!handler.is_null()) return handler; |
+ TRACE_HANDLER_STATS(isolate, LoadIC_LoadNonexistent); |
NamedLoadHandlerCompiler compiler(isolate, receiver_map, last, flag); |
handler = compiler.CompileLoadNonexistent(cache_name); |
Map::UpdateCodeCache(stub_holder_map, cache_name, handler); |