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

Unified Diff: src/runtime/runtime.h

Issue 1516753006: [turbofan] Some more cleanup on the intrinsics. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/crankshaft/hydrogen.cc ('k') | src/runtime/runtime-strings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index d1029741f14ea699e7263e87a83f792f466f1c3c..e6b1923d4d60c1c5d1d65eb11eaef75ce4fb3f5a 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -893,36 +893,35 @@ namespace internal {
F(Bool8x16Shuffle, 18, 1)
-#define FOR_EACH_INTRINSIC_STRINGS(F) \
- F(StringReplaceOneCharWithString, 3, 1) \
- F(StringIndexOf, 3, 1) \
- F(StringLastIndexOf, 3, 1) \
- F(StringLocaleCompare, 2, 1) \
- F(SubString, 3, 1) \
- F(StringAdd, 2, 1) \
- F(InternalizeString, 1, 1) \
- F(StringMatch, 3, 1) \
- F(StringCharCodeAtRT, 2, 1) \
- F(StringCompare, 2, 1) \
- F(StringBuilderConcat, 3, 1) \
- F(StringBuilderJoin, 3, 1) \
- F(SparseJoinWithSeparator, 3, 1) \
- F(StringToArray, 2, 1) \
- F(StringToLowerCase, 1, 1) \
- F(StringToUpperCase, 1, 1) \
- F(StringTrim, 3, 1) \
- F(TruncateString, 2, 1) \
- F(NewString, 2, 1) \
- F(StringEquals, 2, 1) \
- F(FlattenString, 1, 1) \
- F(StringCharFromCode, 1, 1) \
- F(StringCharAt, 2, 1) \
- F(OneByteSeqStringGetChar, 2, 1) \
- F(OneByteSeqStringSetChar, 3, 1) \
- F(TwoByteSeqStringGetChar, 2, 1) \
- F(TwoByteSeqStringSetChar, 3, 1) \
- F(StringCharCodeAt, 2, 1) \
- F(StringGetLength, 1, 1)
+#define FOR_EACH_INTRINSIC_STRINGS(F) \
+ F(StringReplaceOneCharWithString, 3, 1) \
+ F(StringIndexOf, 3, 1) \
+ F(StringLastIndexOf, 3, 1) \
+ F(StringLocaleCompare, 2, 1) \
+ F(SubString, 3, 1) \
+ F(StringAdd, 2, 1) \
+ F(InternalizeString, 1, 1) \
+ F(StringMatch, 3, 1) \
+ F(StringCharCodeAtRT, 2, 1) \
+ F(StringCompare, 2, 1) \
+ F(StringBuilderConcat, 3, 1) \
+ F(StringBuilderJoin, 3, 1) \
+ F(SparseJoinWithSeparator, 3, 1) \
+ F(StringToArray, 2, 1) \
+ F(StringToLowerCase, 1, 1) \
+ F(StringToUpperCase, 1, 1) \
+ F(StringTrim, 3, 1) \
+ F(TruncateString, 2, 1) \
+ F(NewString, 2, 1) \
+ F(StringEquals, 2, 1) \
+ F(FlattenString, 1, 1) \
+ F(StringCharFromCode, 1, 1) \
+ F(StringCharAt, 2, 1) \
+ F(OneByteSeqStringGetChar, 2, 1) \
+ F(OneByteSeqStringSetChar, 3, 1) \
+ F(TwoByteSeqStringGetChar, 2, 1) \
+ F(TwoByteSeqStringSetChar, 3, 1) \
+ F(StringCharCodeAt, 2, 1)
#define FOR_EACH_INTRINSIC_SYMBOL(F) \
« no previous file with comments | « src/crankshaft/hydrogen.cc ('k') | src/runtime/runtime-strings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698