| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index 8c948cc7b328736c93794262c5b2200ead565bd2..a8eb9d2a6bf4c3bd58d8011b195a0a1a963dddda 100644
|
| --- a/src/v8-counters.h
|
| +++ b/src/v8-counters.h
|
| @@ -161,6 +161,8 @@ namespace internal {
|
| SC(named_load_inline_miss, V8.NamedLoadInlineMiss) \
|
| SC(named_load_global_inline, V8.NamedLoadGlobalInline) \
|
| SC(named_load_global_inline_miss, V8.NamedLoadGlobalInlineMiss) \
|
| + SC(named_load_global_stub, V8.NamedLoadGlobalStub) \
|
| + SC(named_load_global_stub_miss, V8.NamedLoadGlobalStubMiss) \
|
| SC(keyed_store_field, V8.KeyedStoreField) \
|
| SC(keyed_store_inline, V8.KeyedStoreInline) \
|
| SC(keyed_store_inline_miss, V8.KeyedStoreInlineMiss) \
|
|
|