| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index cb5318f0c7985f9a5494e5bf00f116fdb4508cc1..359bf93ce78ce97c146c208ba6f68ec170c1950e 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -751,8 +751,6 @@ class RuntimeCallTimer final {
|
| V(KeyedLoadIC_LoadIndexedInterceptorStub) \
|
| V(KeyedLoadIC_KeyedLoadSloppyArgumentsStub) \
|
| V(KeyedLoadIC_LoadElementDH) \
|
| - V(KeyedLoadIC_LoadFastElementStub) \
|
| - V(KeyedLoadIC_LoadDictionaryElementStub) \
|
| V(KeyedLoadIC_SlowStub) \
|
| V(KeyedStoreIC_ElementsTransitionAndStoreStub) \
|
| V(KeyedStoreIC_KeyedStoreSloppyArgumentsStub) \
|
| @@ -779,7 +777,6 @@ class RuntimeCallTimer final {
|
| V(LoadIC_LoadFieldDH) \
|
| V(LoadIC_LoadFieldFromPrototypeDH) \
|
| V(LoadIC_LoadField) \
|
| - V(LoadIC_LoadFieldStub) \
|
| V(LoadIC_LoadGlobal) \
|
| V(LoadIC_LoadInterceptor) \
|
| V(LoadIC_LoadNonexistentDH) \
|
|
|