| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index 75b12e1dba0f10b041a03b2f4d257b931f1ca79d..1c3642b5de04c078e9cf8bd1e2a84efc4317a501 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -594,14 +594,6 @@ void CallICStub::PrintState(std::ostream& os) const { // NOLINT
|
| }
|
|
|
|
|
| -void InstanceofStub::PrintName(std::ostream& os) const { // NOLINT
|
| - os << "InstanceofStub";
|
| - if (HasArgsInRegisters()) os << "_REGS";
|
| - if (HasCallSiteInlineCheck()) os << "_INLINE";
|
| - if (ReturnTrueFalseObject()) os << "_TRUEFALSE";
|
| -}
|
| -
|
| -
|
| void JSEntryStub::FinishCode(Handle<Code> code) {
|
| Handle<FixedArray> handler_table =
|
| code->GetIsolate()->factory()->NewFixedArray(1, TENURED);
|
|
|