Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Side by Side Diff: src/v8-counters.h

Issue 1058003: Revert "More generic version of Array.concat builtin." (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/builtins.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2007-2008 the V8 project authors. All rights reserved. 1 // Copyright 2007-2008 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 SC(call_const_fast_api, V8.CallConstFastApi) \ 144 SC(call_const_fast_api, V8.CallConstFastApi) \
145 SC(call_const_interceptor, V8.CallConstInterceptor) \ 145 SC(call_const_interceptor, V8.CallConstInterceptor) \
146 SC(call_const_interceptor_fast_api, V8.CallConstInterceptorFastApi) \ 146 SC(call_const_interceptor_fast_api, V8.CallConstInterceptorFastApi) \
147 SC(call_global_inline, V8.CallGlobalInline) \ 147 SC(call_global_inline, V8.CallGlobalInline) \
148 SC(call_global_inline_miss, V8.CallGlobalInlineMiss) \ 148 SC(call_global_inline_miss, V8.CallGlobalInlineMiss) \
149 SC(constructed_objects, V8.ConstructedObjects) \ 149 SC(constructed_objects, V8.ConstructedObjects) \
150 SC(constructed_objects_runtime, V8.ConstructedObjectsRuntime) \ 150 SC(constructed_objects_runtime, V8.ConstructedObjectsRuntime) \
151 SC(constructed_objects_stub, V8.ConstructedObjectsStub) \ 151 SC(constructed_objects_stub, V8.ConstructedObjectsStub) \
152 SC(array_function_runtime, V8.ArrayFunctionRuntime) \ 152 SC(array_function_runtime, V8.ArrayFunctionRuntime) \
153 SC(array_function_native, V8.ArrayFunctionNative) \ 153 SC(array_function_native, V8.ArrayFunctionNative) \
154 SC(array_concat_builtin_total, V8.ArrayConcatTotal) \
155 SC(array_concat_builtin_two_args, V8.ArrayConcatTwoArgs) \
154 SC(for_in, V8.ForIn) \ 156 SC(for_in, V8.ForIn) \
155 SC(enum_cache_hits, V8.EnumCacheHits) \ 157 SC(enum_cache_hits, V8.EnumCacheHits) \
156 SC(enum_cache_misses, V8.EnumCacheMisses) \ 158 SC(enum_cache_misses, V8.EnumCacheMisses) \
157 SC(reloc_info_count, V8.RelocInfoCount) \ 159 SC(reloc_info_count, V8.RelocInfoCount) \
158 SC(reloc_info_size, V8.RelocInfoSize) \ 160 SC(reloc_info_size, V8.RelocInfoSize) \
159 SC(zone_segment_bytes, V8.ZoneSegmentBytes) \ 161 SC(zone_segment_bytes, V8.ZoneSegmentBytes) \
160 SC(compute_entry_frame, V8.ComputeEntryFrame) \ 162 SC(compute_entry_frame, V8.ComputeEntryFrame) \
161 SC(generic_binary_stub_calls, V8.GenericBinaryStubCalls) \ 163 SC(generic_binary_stub_calls, V8.GenericBinaryStubCalls) \
162 SC(generic_binary_stub_calls_regs, V8.GenericBinaryStubCallsRegs) \ 164 SC(generic_binary_stub_calls_regs, V8.GenericBinaryStubCallsRegs) \
163 SC(string_add_runtime, V8.StringAddRuntime) \ 165 SC(string_add_runtime, V8.StringAddRuntime) \
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 stats_counter_count 217 stats_counter_count
216 }; 218 };
217 219
218 // Sliding state window counters. 220 // Sliding state window counters.
219 static StatsCounter state_counters[]; 221 static StatsCounter state_counters[];
220 }; 222 };
221 223
222 } } // namespace v8::internal 224 } } // namespace v8::internal
223 225
224 #endif // V8_V8_COUNTERS_H_ 226 #endif // V8_V8_COUNTERS_H_
OLDNEW
« no previous file with comments | « src/builtins.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698