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

Side by Side Diff: src/crankshaft/hydrogen.h

Issue 2793233003: Revert of [typedarrays] Check detached buffer at start of typed array methods (Closed)
Patch Set: Created 3 years, 8 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/compiler/js-intrinsic-lowering.cc ('k') | src/crankshaft/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_CRANKSHAFT_HYDROGEN_H_ 5 #ifndef V8_CRANKSHAFT_HYDROGEN_H_
6 #define V8_CRANKSHAFT_HYDROGEN_H_ 6 #define V8_CRANKSHAFT_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/ast-type-bounds.h" 10 #include "src/ast/ast-type-bounds.h"
(...skipping 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 F(IsJSReceiver) \ 2168 F(IsJSReceiver) \
2169 F(DebugBreakInOptimizedCode) \ 2169 F(DebugBreakInOptimizedCode) \
2170 F(StringCharCodeAt) \ 2170 F(StringCharCodeAt) \
2171 F(SubString) \ 2171 F(SubString) \
2172 F(DebugIsActive) \ 2172 F(DebugIsActive) \
2173 /* Typed Arrays */ \ 2173 /* Typed Arrays */ \
2174 F(MaxSmi) \ 2174 F(MaxSmi) \
2175 F(TypedArrayMaxSizeInHeap) \ 2175 F(TypedArrayMaxSizeInHeap) \
2176 F(ArrayBufferViewGetByteLength) \ 2176 F(ArrayBufferViewGetByteLength) \
2177 F(ArrayBufferViewGetByteOffset) \ 2177 F(ArrayBufferViewGetByteOffset) \
2178 F(ArrayBufferViewWasNeutered) \
2179 F(TypedArrayGetLength) \ 2178 F(TypedArrayGetLength) \
2180 /* ArrayBuffer */ \ 2179 /* ArrayBuffer */ \
2181 F(ArrayBufferGetByteLength) \ 2180 F(ArrayBufferGetByteLength) \
2182 /* ES6 Collections */ \ 2181 /* ES6 Collections */ \
2183 F(MapClear) \ 2182 F(MapClear) \
2184 F(MapInitialize) \ 2183 F(MapInitialize) \
2185 F(SetClear) \ 2184 F(SetClear) \
2186 F(SetInitialize) \ 2185 F(SetInitialize) \
2187 F(FixedArrayGet) \ 2186 F(FixedArrayGet) \
2188 F(FixedArraySet) \ 2187 F(FixedArraySet) \
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 } 3002 }
3004 3003
3005 private: 3004 private:
3006 HOptimizedGraphBuilder* builder_; 3005 HOptimizedGraphBuilder* builder_;
3007 }; 3006 };
3008 3007
3009 } // namespace internal 3008 } // namespace internal
3010 } // namespace v8 3009 } // namespace v8
3011 3010
3012 #endif // V8_CRANKSHAFT_HYDROGEN_H_ 3011 #endif // V8_CRANKSHAFT_HYDROGEN_H_
OLDNEW
« no previous file with comments | « src/compiler/js-intrinsic-lowering.cc ('k') | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698