| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index a8eb9d2a6bf4c3bd58d8011b195a0a1a963dddda..c66463836339772ff9b02a1e1ec4b23c6389d1c8 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(dont_delete_hint_hit, V8.DontDeleteHintHit) \
|
| + SC(dont_delete_hint_miss, V8.DontDeleteHintMiss) \
|
| SC(named_load_global_stub, V8.NamedLoadGlobalStub) \
|
| SC(named_load_global_stub_miss, V8.NamedLoadGlobalStubMiss) \
|
| SC(keyed_store_field, V8.KeyedStoreField) \
|
|
|