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

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

Issue 1148007: Merge bleeding_edge from version 2.1.3 up to revision 4205... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/partial_snapshots/
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 | Annotate | Revision Log
« src/runtime.cc ('K') | « src/v8.cc ('k') | src/v8threads.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 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 SC(string_add_runtime, V8.StringAddRuntime) \ 167 SC(string_add_runtime, V8.StringAddRuntime) \
168 SC(string_add_native, V8.StringAddNative) \ 168 SC(string_add_native, V8.StringAddNative) \
169 SC(sub_string_runtime, V8.SubStringRuntime) \ 169 SC(sub_string_runtime, V8.SubStringRuntime) \
170 SC(sub_string_native, V8.SubStringNative) \ 170 SC(sub_string_native, V8.SubStringNative) \
171 SC(string_compare_native, V8.StringCompareNative) \ 171 SC(string_compare_native, V8.StringCompareNative) \
172 SC(string_compare_runtime, V8.StringCompareRuntime) \ 172 SC(string_compare_runtime, V8.StringCompareRuntime) \
173 SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \ 173 SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \
174 SC(regexp_entry_native, V8.RegExpEntryNative) \ 174 SC(regexp_entry_native, V8.RegExpEntryNative) \
175 SC(number_to_string_native, V8.NumberToStringNative) \ 175 SC(number_to_string_native, V8.NumberToStringNative) \
176 SC(number_to_string_runtime, V8.NumberToStringRuntime) \ 176 SC(number_to_string_runtime, V8.NumberToStringRuntime) \
177 SC(math_abs, V8.MathAbs) \
178 SC(math_acos, V8.MathAcos) \ 177 SC(math_acos, V8.MathAcos) \
179 SC(math_asin, V8.MathAsin) \ 178 SC(math_asin, V8.MathAsin) \
180 SC(math_atan, V8.MathAtan) \ 179 SC(math_atan, V8.MathAtan) \
181 SC(math_atan2, V8.MathAtan2) \ 180 SC(math_atan2, V8.MathAtan2) \
182 SC(math_ceil, V8.MathCeil) \ 181 SC(math_ceil, V8.MathCeil) \
183 SC(math_cos, V8.MathCos) \ 182 SC(math_cos, V8.MathCos) \
184 SC(math_exp, V8.MathExp) \ 183 SC(math_exp, V8.MathExp) \
185 SC(math_floor, V8.MathFloor) \ 184 SC(math_floor, V8.MathFloor) \
186 SC(math_log, V8.MathLog) \ 185 SC(math_log, V8.MathLog) \
187 SC(math_pow, V8.MathPow) \ 186 SC(math_pow, V8.MathPow) \
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 stats_counter_count 220 stats_counter_count
222 }; 221 };
223 222
224 // Sliding state window counters. 223 // Sliding state window counters.
225 static StatsCounter state_counters[]; 224 static StatsCounter state_counters[];
226 }; 225 };
227 226
228 } } // namespace v8::internal 227 } } // namespace v8::internal
229 228
230 #endif // V8_V8_COUNTERS_H_ 229 #endif // V8_V8_COUNTERS_H_
OLDNEW
« src/runtime.cc ('K') | « src/v8.cc ('k') | src/v8threads.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698