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

Side by Side Diff: src/hydrogen.h

Issue 1288623003: [runtime] Remove useless %_IsUndetectableObject intrinsic. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « src/full-codegen/x87/full-codegen-x87.cc ('k') | src/hydrogen.cc » ('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 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_HYDROGEN_H_ 5 #ifndef V8_HYDROGEN_H_
6 #define V8_HYDROGEN_H_ 6 #define V8_HYDROGEN_H_
7 7
8 #include "src/accessors.h" 8 #include "src/accessors.h"
9 #include "src/allocation.h" 9 #include "src/allocation.h"
10 #include "src/ast.h" 10 #include "src/ast.h"
(...skipping 2179 matching lines...) Expand 10 before | Expand all | Expand 10 after
2190 F(DateField) \ 2190 F(DateField) \
2191 F(ThrowNotDateError) \ 2191 F(ThrowNotDateError) \
2192 F(StringCharFromCode) \ 2192 F(StringCharFromCode) \
2193 F(StringCharAt) \ 2193 F(StringCharAt) \
2194 F(OneByteSeqStringSetChar) \ 2194 F(OneByteSeqStringSetChar) \
2195 F(TwoByteSeqStringSetChar) \ 2195 F(TwoByteSeqStringSetChar) \
2196 F(ObjectEquals) \ 2196 F(ObjectEquals) \
2197 F(IsObject) \ 2197 F(IsObject) \
2198 F(ToObject) \ 2198 F(ToObject) \
2199 F(IsFunction) \ 2199 F(IsFunction) \
2200 F(IsUndetectableObject) \
2201 F(IsSpecObject) \ 2200 F(IsSpecObject) \
2202 F(MathPow) \ 2201 F(MathPow) \
2203 F(IsMinusZero) \ 2202 F(IsMinusZero) \
2204 F(HasCachedArrayIndex) \ 2203 F(HasCachedArrayIndex) \
2205 F(GetCachedArrayIndex) \ 2204 F(GetCachedArrayIndex) \
2206 F(FastOneByteArrayJoin) \ 2205 F(FastOneByteArrayJoin) \
2207 F(DebugBreakInOptimizedCode) \ 2206 F(DebugBreakInOptimizedCode) \
2208 F(StringCharCodeAt) \ 2207 F(StringCharCodeAt) \
2209 F(StringAdd) \ 2208 F(StringAdd) \
2210 F(SubString) \ 2209 F(SubString) \
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
3041 } 3040 }
3042 3041
3043 private: 3042 private:
3044 HGraphBuilder* builder_; 3043 HGraphBuilder* builder_;
3045 }; 3044 };
3046 3045
3047 3046
3048 } } // namespace v8::internal 3047 } } // namespace v8::internal
3049 3048
3050 #endif // V8_HYDROGEN_H_ 3049 #endif // V8_HYDROGEN_H_
OLDNEW
« no previous file with comments | « src/full-codegen/x87/full-codegen-x87.cc ('k') | src/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698