| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 4a0ed7d9ed8b730731a15d88fc5e550e247e79ff..d6682b63a68bb109baed443e9c19b1dddf89e445 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -28,7 +28,6 @@ class LCodeGen: public LCodeGenBase {
|
| : LCodeGenBase(chunk, assembler, info),
|
| deoptimizations_(4, info->zone()),
|
| jump_table_(4, info->zone()),
|
| - deoptimization_literals_(8, info->zone()),
|
| inlined_function_count_(0),
|
| scope_(info->scope()),
|
| translations_(info->zone()),
|
| @@ -218,7 +217,6 @@ class LCodeGen: public LCodeGenBase {
|
| int* object_index_pointer,
|
| int* dematerialized_index_pointer);
|
| void PopulateDeoptimizationData(Handle<Code> code);
|
| - int DefineDeoptimizationLiteral(Handle<Object> literal);
|
|
|
| void PopulateDeoptimizationLiteralsWithInlinedFunctions();
|
|
|
| @@ -318,7 +316,6 @@ class LCodeGen: public LCodeGenBase {
|
|
|
| ZoneList<LEnvironment*> deoptimizations_;
|
| ZoneList<Deoptimizer::JumpTableEntry> jump_table_;
|
| - ZoneList<Handle<Object> > deoptimization_literals_;
|
| int inlined_function_count_;
|
| Scope* const scope_;
|
| TranslationBuffer translations_;
|
|
|