| Index: src/arm/code-stubs-arm.cc
|
| ===================================================================
|
| --- src/arm/code-stubs-arm.cc (revision 8229)
|
| +++ src/arm/code-stubs-arm.cc (working copy)
|
| @@ -1707,12 +1707,6 @@
|
| }
|
|
|
|
|
| -Handle<Code> GetUnaryOpStub(int key, UnaryOpIC::TypeInfo type_info) {
|
| - UnaryOpStub stub(key, type_info);
|
| - return stub.GetCode();
|
| -}
|
| -
|
| -
|
| const char* UnaryOpStub::GetName() {
|
| if (name_ != NULL) return name_;
|
| const int kMaxNameLength = 100;
|
| @@ -2019,14 +2013,6 @@
|
| }
|
|
|
|
|
| -Handle<Code> GetBinaryOpStub(int key,
|
| - BinaryOpIC::TypeInfo type_info,
|
| - BinaryOpIC::TypeInfo result_type_info) {
|
| - BinaryOpStub stub(key, type_info, result_type_info);
|
| - return stub.GetCode();
|
| -}
|
| -
|
| -
|
| void BinaryOpStub::GenerateTypeTransition(MacroAssembler* masm) {
|
| Label get_result;
|
|
|
|
|