| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index f264259f0aa3fc29a341d84c26b2ed3faec606e5..52af54425589cd119a7377f6599d5ad9fdd0eb38 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -173,10 +173,7 @@ class LCodeGen BASE_EMBEDDED {
|
| int additional_offset);
|
|
|
| // Emit frame translation commands for an environment.
|
| - void WriteTranslation(LEnvironment* environment,
|
| - Translation* translation,
|
| - int* arguments_index,
|
| - int* arguments_count);
|
| + void WriteTranslation(LEnvironment* environment, Translation* translation);
|
|
|
| // Declare methods that deal with the individual node types.
|
| #define DECLARE_DO(type) void Do##type(L##type* node);
|
| @@ -295,10 +292,7 @@ class LCodeGen BASE_EMBEDDED {
|
| void AddToTranslation(Translation* translation,
|
| LOperand* op,
|
| bool is_tagged,
|
| - bool is_uint32,
|
| - bool arguments_known,
|
| - int arguments_index,
|
| - int arguments_count);
|
| + bool is_uint32);
|
| void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code);
|
| void PopulateDeoptimizationData(Handle<Code> code);
|
| int DefineDeoptimizationLiteral(Handle<Object> literal);
|
|
|