| Index: src/v8-counters.h
|
| ===================================================================
|
| --- src/v8-counters.h (revision 1003)
|
| +++ src/v8-counters.h (working copy)
|
| @@ -113,6 +113,8 @@
|
| SC(keyed_load_field, V8.KeyedLoadField) \
|
| SC(keyed_load_callback, V8.KeyedLoadCallback) \
|
| SC(keyed_load_interceptor, V8.KeyedLoadInterceptor) \
|
| + SC(keyed_load_inline, V8.KeyedLoadInline) \
|
| + SC(keyed_load_inline_miss, V8.KeyedLoadInlineMiss) \
|
| SC(keyed_store_field, V8.KeyedStoreField) \
|
| SC(for_in, V8.ForIn) \
|
| SC(enum_cache_hits, V8.EnumCacheHits) \
|
|
|