| Index: src/v8-counters.h
|
| ===================================================================
|
| --- src/v8-counters.h (revision 3862)
|
| +++ src/v8-counters.h (working copy)
|
| @@ -168,8 +168,8 @@
|
| SC(string_compare_runtime, V8.StringCompareRuntime) \
|
| SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \
|
| SC(regexp_entry_native, V8.RegExpEntryNative) \
|
| - SC(string_plus_smi_hit, V8.StringPlusSmiHit) \
|
| - SC(string_plus_smi_miss, V8.StringPlusSmiMiss)
|
| + SC(number_to_string_native, V8.NumberToStringNative) \
|
| + SC(number_to_string_runtime, V8.NumberToStringRuntime)
|
|
|
| // This file contains all the v8 counters that are in use.
|
| class Counters : AllStatic {
|
|
|