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

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

Issue 2827443002: Reland [typedarrays] Check detached buffer at start of typed array methods (Closed)
Patch Set: rebase 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 2161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2172 F(IsJSReceiver) \ 2172 F(IsJSReceiver) \
2173 F(DebugBreakInOptimizedCode) \ 2173 F(DebugBreakInOptimizedCode) \
2174 F(StringCharCodeAt) \ 2174 F(StringCharCodeAt) \
2175 F(SubString) \ 2175 F(SubString) \
2176 F(DebugIsActive) \ 2176 F(DebugIsActive) \
2177 /* Typed Arrays */ \ 2177 /* Typed Arrays */ \
2178 F(MaxSmi) \ 2178 F(MaxSmi) \
2179 F(TypedArrayMaxSizeInHeap) \ 2179 F(TypedArrayMaxSizeInHeap) \
2180 F(ArrayBufferViewGetByteLength) \ 2180 F(ArrayBufferViewGetByteLength) \
2181 F(ArrayBufferViewGetByteOffset) \ 2181 F(ArrayBufferViewGetByteOffset) \
2182 F(ArrayBufferViewWasNeutered) \
2182 F(TypedArrayGetLength) \ 2183 F(TypedArrayGetLength) \
2183 /* ArrayBuffer */ \ 2184 /* ArrayBuffer */ \
2184 F(ArrayBufferGetByteLength) \ 2185 F(ArrayBufferGetByteLength) \
2185 /* ES6 Collections */ \ 2186 /* ES6 Collections */ \
2186 F(MapClear) \ 2187 F(MapClear) \
2187 F(MapInitialize) \ 2188 F(MapInitialize) \
2188 F(SetClear) \ 2189 F(SetClear) \
2189 F(SetInitialize) \ 2190 F(SetInitialize) \
2190 F(FixedArrayGet) \ 2191 F(FixedArrayGet) \
2191 F(FixedArraySet) \ 2192 F(FixedArraySet) \
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
3006 } 3007 }
3007 3008
3008 private: 3009 private:
3009 HOptimizedGraphBuilder* builder_; 3010 HOptimizedGraphBuilder* builder_;
3010 }; 3011 };
3011 3012
3012 } // namespace internal 3013 } // namespace internal
3013 } // namespace v8 3014 } // namespace v8
3014 3015
3015 #endif // V8_CRANKSHAFT_HYDROGEN_H_ 3016 #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