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

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

Issue 3327001: ia32 StringAddStub: fast two character case. (Closed)
Patch Set: Better comment. Created 10 years, 3 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
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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 SC(reloc_info_size, V8.RelocInfoSize) \ 196 SC(reloc_info_size, V8.RelocInfoSize) \
197 SC(zone_segment_bytes, V8.ZoneSegmentBytes) \ 197 SC(zone_segment_bytes, V8.ZoneSegmentBytes) \
198 SC(compute_entry_frame, V8.ComputeEntryFrame) \ 198 SC(compute_entry_frame, V8.ComputeEntryFrame) \
199 SC(generic_binary_stub_calls, V8.GenericBinaryStubCalls) \ 199 SC(generic_binary_stub_calls, V8.GenericBinaryStubCalls) \
200 SC(generic_binary_stub_calls_regs, V8.GenericBinaryStubCallsRegs) \ 200 SC(generic_binary_stub_calls_regs, V8.GenericBinaryStubCallsRegs) \
201 SC(string_add_runtime, V8.StringAddRuntime) \ 201 SC(string_add_runtime, V8.StringAddRuntime) \
202 SC(string_add_native, V8.StringAddNative) \ 202 SC(string_add_native, V8.StringAddNative) \
203 SC(string_add_runtime_ext_to_ascii, V8.StringAddRuntimeExtToAscii) \ 203 SC(string_add_runtime_ext_to_ascii, V8.StringAddRuntimeExtToAscii) \
204 SC(sub_string_runtime, V8.SubStringRuntime) \ 204 SC(sub_string_runtime, V8.SubStringRuntime) \
205 SC(sub_string_native, V8.SubStringNative) \ 205 SC(sub_string_native, V8.SubStringNative) \
206 SC(string_add_make_two_char, V8.StringAddMakeTwoChar) \
206 SC(string_compare_native, V8.StringCompareNative) \ 207 SC(string_compare_native, V8.StringCompareNative) \
207 SC(string_compare_runtime, V8.StringCompareRuntime) \ 208 SC(string_compare_runtime, V8.StringCompareRuntime) \
208 SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \ 209 SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \
209 SC(regexp_entry_native, V8.RegExpEntryNative) \ 210 SC(regexp_entry_native, V8.RegExpEntryNative) \
210 SC(number_to_string_native, V8.NumberToStringNative) \ 211 SC(number_to_string_native, V8.NumberToStringNative) \
211 SC(number_to_string_runtime, V8.NumberToStringRuntime) \ 212 SC(number_to_string_runtime, V8.NumberToStringRuntime) \
212 SC(math_acos, V8.MathAcos) \ 213 SC(math_acos, V8.MathAcos) \
213 SC(math_asin, V8.MathAsin) \ 214 SC(math_asin, V8.MathAsin) \
214 SC(math_atan, V8.MathAtan) \ 215 SC(math_atan, V8.MathAtan) \
215 SC(math_atan2, V8.MathAtan2) \ 216 SC(math_atan2, V8.MathAtan2) \
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 stats_counter_count 256 stats_counter_count
256 }; 257 };
257 258
258 // Sliding state window counters. 259 // Sliding state window counters.
259 static StatsCounter state_counters[]; 260 static StatsCounter state_counters[];
260 }; 261 };
261 262
262 } } // namespace v8::internal 263 } } // namespace v8::internal
263 264
264 #endif // V8_V8_COUNTERS_H_ 265 #endif // V8_V8_COUNTERS_H_
OLDNEW
« src/ia32/macro-assembler-ia32.cc ('K') | « src/ia32/macro-assembler-ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698