| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 3ea326296d719c3607e7a3aa4cf2ae4d8d0382e9..1895ef7a36927a8cd8f556ee8b43f7da7b4b39df 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -1411,6 +1411,7 @@ class HGraphBuilder {
|
|
|
| HValue* BuildCloneShallowArray(HContext* context,
|
| HValue* boilerplate,
|
| + HValue* allocation_site,
|
| AllocationSiteMode mode,
|
| ElementsKind kind,
|
| int length);
|
| @@ -1877,12 +1878,14 @@ class HOptimizedGraphBuilder: public HGraphBuilder, public AstVisitor {
|
| HInstruction* BuildFastLiteral(HValue* context,
|
| Handle<JSObject> boilerplate_object,
|
| Handle<JSObject> original_boilerplate_object,
|
| + Handle<Object> allocation_site,
|
| int data_size,
|
| int pointer_size,
|
| AllocationSiteMode mode);
|
|
|
| void BuildEmitDeepCopy(Handle<JSObject> boilerplat_object,
|
| Handle<JSObject> object,
|
| + Handle<Object> allocation_site,
|
| HInstruction* target,
|
| int* offset,
|
| HInstruction* data_target,
|
|
|