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

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

Issue 1692193002: [runtime] Remove obsolete %ObjectEquals runtime entry. (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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 F(IsRegExp) \ 525 F(IsRegExp) \
526 F(IsJSProxy) \ 526 F(IsJSProxy) \
527 F(Call) \ 527 F(Call) \
528 F(ValueOf) \ 528 F(ValueOf) \
529 F(SetValueOf) \ 529 F(SetValueOf) \
530 F(IsDate) \ 530 F(IsDate) \
531 F(StringCharFromCode) \ 531 F(StringCharFromCode) \
532 F(StringCharAt) \ 532 F(StringCharAt) \
533 F(OneByteSeqStringSetChar) \ 533 F(OneByteSeqStringSetChar) \
534 F(TwoByteSeqStringSetChar) \ 534 F(TwoByteSeqStringSetChar) \
535 F(ObjectEquals) \
536 F(IsJSReceiver) \ 535 F(IsJSReceiver) \
537 F(IsSimdValue) \ 536 F(IsSimdValue) \
538 F(MathPow) \ 537 F(MathPow) \
539 F(HasCachedArrayIndex) \ 538 F(HasCachedArrayIndex) \
540 F(GetCachedArrayIndex) \ 539 F(GetCachedArrayIndex) \
541 F(GetSuperConstructor) \ 540 F(GetSuperConstructor) \
542 F(FastOneByteArrayJoin) \ 541 F(FastOneByteArrayJoin) \
543 F(GeneratorNext) \ 542 F(GeneratorNext) \
544 F(GeneratorReturn) \ 543 F(GeneratorReturn) \
545 F(GeneratorThrow) \ 544 F(GeneratorThrow) \
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 Address start_; 1089 Address start_;
1091 Address instruction_start_; 1090 Address instruction_start_;
1092 uint32_t length_; 1091 uint32_t length_;
1093 }; 1092 };
1094 1093
1095 1094
1096 } // namespace internal 1095 } // namespace internal
1097 } // namespace v8 1096 } // namespace v8
1098 1097
1099 #endif // V8_FULL_CODEGEN_FULL_CODEGEN_H_ 1098 #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