| Index: src/x64/code-stubs-x64.h
|
| diff --git a/src/x64/code-stubs-x64.h b/src/x64/code-stubs-x64.h
|
| index fb05ff7f3c072ebe75e21e39e1e92b47136dcd93..6c944fed63c3958f8a4291690c12ec971d0c599b 100644
|
| --- a/src/x64/code-stubs-x64.h
|
| +++ b/src/x64/code-stubs-x64.h
|
| @@ -107,31 +107,6 @@ class StringHelper : public AllStatic {
|
| };
|
|
|
|
|
| -class StringAddStub: public PlatformCodeStub {
|
| - public:
|
| - explicit StringAddStub(StringAddFlags flags) : flags_(flags) {}
|
| -
|
| - private:
|
| - Major MajorKey() { return StringAdd; }
|
| - int MinorKey() { return flags_; }
|
| -
|
| - void Generate(MacroAssembler* masm);
|
| -
|
| - void GenerateConvertArgument(MacroAssembler* masm,
|
| - int stack_offset,
|
| - Register arg,
|
| - Register scratch1,
|
| - Register scratch2,
|
| - Register scratch3,
|
| - Label* slow);
|
| -
|
| - void GenerateRegisterArgsPush(MacroAssembler* masm);
|
| - void GenerateRegisterArgsPop(MacroAssembler* masm, Register temp);
|
| -
|
| - const StringAddFlags flags_;
|
| -};
|
| -
|
| -
|
| class SubStringStub: public PlatformCodeStub {
|
| public:
|
| SubStringStub() {}
|
|
|