Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 9aa9489aa3f376701f73aa5dc775714ae7d405f1..56c885bc017d9c63050f32020b4dba4dcf771cbf 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -1729,6 +1729,12 @@ class HGraphBuilder { |
position_ = position; |
} |
+ template <typename ViewClass> |
+ void BuildArrayBufferViewInitialization(HValue* obj, |
+ HValue* buffer, |
+ HValue* byte_offset, |
+ HValue* byte_length); |
+ |
private: |
HGraphBuilder(); |
@@ -2151,6 +2157,8 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor { |
SmallMapList* types, |
Handle<String> name); |
+ void VisitTypedArrayInitialize(CallRuntime* expr); |
+ |
bool IsCallNewArrayInlineable(CallNew* expr); |
void BuildInlinedCallNewArray(CallNew* expr); |