| Index: src/v8-counters.h
|
| ===================================================================
|
| --- src/v8-counters.h (revision 7006)
|
| +++ src/v8-counters.h (working copy)
|
| @@ -128,6 +128,7 @@
|
| SC(gc_last_resort_from_handles, V8.GCLastResortFromHandles) \
|
| SC(map_slow_to_fast_elements, V8.MapSlowToFastElements) \
|
| SC(map_fast_to_slow_elements, V8.MapFastToSlowElements) \
|
| + SC(map_to_pixel_array_elements, V8.MapToPixelArrayElements) \
|
| /* How is the generic keyed-load stub used? */ \
|
| SC(keyed_load_generic_smi, V8.KeyedLoadGenericSmi) \
|
| SC(keyed_load_generic_symbol, V8.KeyedLoadGenericSymbol) \
|
|
|