| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index d1f712ab80b25f467156c22c72b4e87ada68b67f..59c2fe3f3cf8457a8fb7ad892cbbdc89f51c7bb4 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -363,11 +363,15 @@ class LCodeGen BASE_EMBEDDED {
|
| // Emits optimized code to deep-copy the contents of statically known
|
| // object graphs (e.g. object literal boilerplate).
|
| void EmitDeepCopy(Handle<JSObject> object,
|
| + Handle<JSObject> original_object,
|
| Register result,
|
| Register source,
|
| int* offset,
|
| AllocationSiteMode mode);
|
|
|
| + void FastLiteralHelper(LFastLiteral* instr,
|
| + AllocationSiteMode mode);
|
| +
|
| // Emit optimized code for integer division.
|
| // Inputs are signed.
|
| // All registers are clobbered.
|
|
|