Index: src/v8-counters.h |
=================================================================== |
--- src/v8-counters.h (revision 3531) |
+++ src/v8-counters.h (working copy) |
@@ -153,7 +153,9 @@ |
SC(generic_binary_stub_calls, V8.GenericBinaryStubCalls) \ |
SC(generic_binary_stub_calls_regs, V8.GenericBinaryStubCallsRegs) \ |
SC(string_add_runtime, V8.StringAddRuntime) \ |
- SC(string_add_native, V8.StringAddNative) |
+ SC(string_add_native, V8.StringAddNative) \ |
+ SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \ |
+ SC(regexp_entry_native, V8.RegExpEntryNative) |
// This file contains all the v8 counters that are in use. |
class Counters : AllStatic { |