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

Side by Side Diff: src/full-codegen/full-codegen.h

Issue 1708523002: [fullcodegen] Remove the hacky %_FastOneByteArrayJoin intrinsic. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_FULL_CODEGEN_FULL_CODEGEN_H_ 5 #ifndef V8_FULL_CODEGEN_FULL_CODEGEN_H_
6 #define V8_FULL_CODEGEN_FULL_CODEGEN_H_ 6 #define V8_FULL_CODEGEN_FULL_CODEGEN_H_
7 7
8 #include "src/allocation.h" 8 #include "src/allocation.h"
9 #include "src/assert-scope.h" 9 #include "src/assert-scope.h"
10 #include "src/ast/ast.h" 10 #include "src/ast/ast.h"
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 F(StringCharFromCode) \ 529 F(StringCharFromCode) \
530 F(StringCharAt) \ 530 F(StringCharAt) \
531 F(OneByteSeqStringSetChar) \ 531 F(OneByteSeqStringSetChar) \
532 F(TwoByteSeqStringSetChar) \ 532 F(TwoByteSeqStringSetChar) \
533 F(IsJSReceiver) \ 533 F(IsJSReceiver) \
534 F(IsSimdValue) \ 534 F(IsSimdValue) \
535 F(MathPow) \ 535 F(MathPow) \
536 F(HasCachedArrayIndex) \ 536 F(HasCachedArrayIndex) \
537 F(GetCachedArrayIndex) \ 537 F(GetCachedArrayIndex) \
538 F(GetSuperConstructor) \ 538 F(GetSuperConstructor) \
539 F(FastOneByteArrayJoin) \
540 F(GeneratorNext) \ 539 F(GeneratorNext) \
541 F(GeneratorReturn) \ 540 F(GeneratorReturn) \
542 F(GeneratorThrow) \ 541 F(GeneratorThrow) \
543 F(DebugBreakInOptimizedCode) \ 542 F(DebugBreakInOptimizedCode) \
544 F(ClassOf) \ 543 F(ClassOf) \
545 F(StringCharCodeAt) \ 544 F(StringCharCodeAt) \
546 F(SubString) \ 545 F(SubString) \
547 F(RegExpExec) \ 546 F(RegExpExec) \
548 F(RegExpConstructResult) \ 547 F(RegExpConstructResult) \
549 F(ToInteger) \ 548 F(ToInteger) \
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 Address start_; 1086 Address start_;
1088 Address instruction_start_; 1087 Address instruction_start_;
1089 uint32_t length_; 1088 uint32_t length_;
1090 }; 1089 };
1091 1090
1092 1091
1093 } // namespace internal 1092 } // namespace internal
1094 } // namespace v8 1093 } // namespace v8
1095 1094
1096 #endif // V8_FULL_CODEGEN_FULL_CODEGEN_H_ 1095 #endif // V8_FULL_CODEGEN_FULL_CODEGEN_H_
OLDNEW
« no previous file with comments | « src/full-codegen/arm64/full-codegen-arm64.cc ('k') | src/full-codegen/ia32/full-codegen-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698