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

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

Issue 7060010: Merge bleeding edge into the GC branch up to 7948. The asserts (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/gc/
Patch Set: Created 9 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « src/uri.js ('k') | src/v8globals.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2010 the V8 project authors. All rights reserved. 1 // Copyright 2011 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
11 // with the distribution. 11 // with the distribution.
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 SC(gc_last_resort_from_js, V8.GCLastResortFromJS) \ 130 SC(gc_last_resort_from_js, V8.GCLastResortFromJS) \
131 SC(gc_last_resort_from_handles, V8.GCLastResortFromHandles) \ 131 SC(gc_last_resort_from_handles, V8.GCLastResortFromHandles) \
132 SC(map_slow_to_fast_elements, V8.MapSlowToFastElements) \ 132 SC(map_slow_to_fast_elements, V8.MapSlowToFastElements) \
133 SC(map_fast_to_slow_elements, V8.MapFastToSlowElements) \ 133 SC(map_fast_to_slow_elements, V8.MapFastToSlowElements) \
134 SC(map_to_external_array_elements, V8.MapToExternalArrayElements) \ 134 SC(map_to_external_array_elements, V8.MapToExternalArrayElements) \
135 /* How is the generic keyed-load stub used? */ \ 135 /* How is the generic keyed-load stub used? */ \
136 SC(keyed_load_generic_smi, V8.KeyedLoadGenericSmi) \ 136 SC(keyed_load_generic_smi, V8.KeyedLoadGenericSmi) \
137 SC(keyed_load_generic_symbol, V8.KeyedLoadGenericSymbol) \ 137 SC(keyed_load_generic_symbol, V8.KeyedLoadGenericSymbol) \
138 SC(keyed_load_generic_lookup_cache, V8.KeyedLoadGenericLookupCache) \ 138 SC(keyed_load_generic_lookup_cache, V8.KeyedLoadGenericLookupCache) \
139 SC(keyed_load_generic_slow, V8.KeyedLoadGenericSlow) \ 139 SC(keyed_load_generic_slow, V8.KeyedLoadGenericSlow) \
140 SC(keyed_load_polymorphic_stubs, V8.KeyedLoadPolymorphicStubs) \
140 SC(keyed_load_external_array_slow, V8.KeyedLoadExternalArraySlow) \ 141 SC(keyed_load_external_array_slow, V8.KeyedLoadExternalArraySlow) \
141 /* How is the generic keyed-call stub used? */ \ 142 /* How is the generic keyed-call stub used? */ \
142 SC(keyed_call_generic_smi_fast, V8.KeyedCallGenericSmiFast) \ 143 SC(keyed_call_generic_smi_fast, V8.KeyedCallGenericSmiFast) \
143 SC(keyed_call_generic_smi_dict, V8.KeyedCallGenericSmiDict) \ 144 SC(keyed_call_generic_smi_dict, V8.KeyedCallGenericSmiDict) \
144 SC(keyed_call_generic_lookup_cache, V8.KeyedCallGenericLookupCache) \ 145 SC(keyed_call_generic_lookup_cache, V8.KeyedCallGenericLookupCache) \
145 SC(keyed_call_generic_lookup_dict, V8.KeyedCallGenericLookupDict) \ 146 SC(keyed_call_generic_lookup_dict, V8.KeyedCallGenericLookupDict) \
146 SC(keyed_call_generic_value_type, V8.KeyedCallGenericValueType) \ 147 SC(keyed_call_generic_value_type, V8.KeyedCallGenericValueType) \
147 SC(keyed_call_generic_slow, V8.KeyedCallGenericSlow) \ 148 SC(keyed_call_generic_slow, V8.KeyedCallGenericSlow) \
148 SC(keyed_call_generic_slow_load, V8.KeyedCallGenericSlowLoad) \ 149 SC(keyed_call_generic_slow_load, V8.KeyedCallGenericSlowLoad) \
149 /* Count how much the monomorphic keyed-load stubs are hit. */ \ 150 /* Count how much the monomorphic keyed-load stubs are hit. */ \
(...skipping 25 matching lines...) Expand all
175 SC(keyed_load_full, V8.KeyedLoadFull) \ 176 SC(keyed_load_full, V8.KeyedLoadFull) \
176 SC(keyed_store_inline_generic, V8.KeyedStoreInlineGeneric) \ 177 SC(keyed_store_inline_generic, V8.KeyedStoreInlineGeneric) \
177 SC(keyed_store_inline_fast, V8.KeyedStoreInlineFast) \ 178 SC(keyed_store_inline_fast, V8.KeyedStoreInlineFast) \
178 SC(named_store_inline_generic, V8.NamedStoreInlineGeneric) \ 179 SC(named_store_inline_generic, V8.NamedStoreInlineGeneric) \
179 SC(named_store_inline_fast, V8.NamedStoreInlineFast) \ 180 SC(named_store_inline_fast, V8.NamedStoreInlineFast) \
180 SC(keyed_store_full, V8.KeyedStoreFull) \ 181 SC(keyed_store_full, V8.KeyedStoreFull) \
181 SC(named_store_full, V8.NamedStoreFull) \ 182 SC(named_store_full, V8.NamedStoreFull) \
182 SC(keyed_store_inline_miss, V8.KeyedStoreInlineMiss) \ 183 SC(keyed_store_inline_miss, V8.KeyedStoreInlineMiss) \
183 SC(named_store_global_inline, V8.NamedStoreGlobalInline) \ 184 SC(named_store_global_inline, V8.NamedStoreGlobalInline) \
184 SC(named_store_global_inline_miss, V8.NamedStoreGlobalInlineMiss) \ 185 SC(named_store_global_inline_miss, V8.NamedStoreGlobalInlineMiss) \
186 SC(keyed_store_polymorphic_stubs, V8.KeyedStorePolymorphicStubs) \
187 SC(keyed_store_external_array_slow, V8.KeyedStoreExternalArraySlow) \
185 SC(store_normal_miss, V8.StoreNormalMiss) \ 188 SC(store_normal_miss, V8.StoreNormalMiss) \
186 SC(store_normal_hit, V8.StoreNormalHit) \ 189 SC(store_normal_hit, V8.StoreNormalHit) \
187 SC(cow_arrays_created_stub, V8.COWArraysCreatedStub) \ 190 SC(cow_arrays_created_stub, V8.COWArraysCreatedStub) \
188 SC(cow_arrays_created_runtime, V8.COWArraysCreatedRuntime) \ 191 SC(cow_arrays_created_runtime, V8.COWArraysCreatedRuntime) \
189 SC(cow_arrays_converted, V8.COWArraysConverted) \ 192 SC(cow_arrays_converted, V8.COWArraysConverted) \
190 SC(call_miss, V8.CallMiss) \ 193 SC(call_miss, V8.CallMiss) \
191 SC(keyed_call_miss, V8.KeyedCallMiss) \ 194 SC(keyed_call_miss, V8.KeyedCallMiss) \
192 SC(load_miss, V8.LoadMiss) \ 195 SC(load_miss, V8.LoadMiss) \
193 SC(keyed_load_miss, V8.KeyedLoadMiss) \ 196 SC(keyed_load_miss, V8.KeyedLoadMiss) \
194 SC(call_const, V8.CallConst) \ 197 SC(call_const, V8.CallConst) \
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 // Sliding state window counters. 308 // Sliding state window counters.
306 StatsCounter state_counters_[kSlidingStateWindowCounterCount]; 309 StatsCounter state_counters_[kSlidingStateWindowCounterCount];
307 friend class Isolate; 310 friend class Isolate;
308 311
309 DISALLOW_IMPLICIT_CONSTRUCTORS(Counters); 312 DISALLOW_IMPLICIT_CONSTRUCTORS(Counters);
310 }; 313 };
311 314
312 } } // namespace v8::internal 315 } } // namespace v8::internal
313 316
314 #endif // V8_V8_COUNTERS_H_ 317 #endif // V8_V8_COUNTERS_H_
OLDNEW
« no previous file with comments | « src/uri.js ('k') | src/v8globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698