| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index 1bce7786c5471942cead7041476e81d0e99251e8..f29c2ee93d8048b80baab44a5cd7df7c588a885f 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -970,13 +970,6 @@ class MacroAssembler: public Assembler {
|
| // Must preserve the result register.
|
| void PopTryHandler();
|
|
|
| - // Passes thrown value to the handler of top of the try handler chain.
|
| - void Throw(Register value);
|
| -
|
| - // Propagates an uncatchable exception to the top of the current JS stack's
|
| - // handler chain.
|
| - void ThrowUncatchable(Register value);
|
| -
|
| // Copies a fixed number of fields of heap objects from src to dst.
|
| void CopyFields(Register dst, Register src, RegList temps, int field_count);
|
|
|
| @@ -1654,10 +1647,6 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
|
| Register bitmap_reg,
|
| Register mask_reg);
|
|
|
| - // Helper for throwing exceptions. Compute a handler address and jump to
|
| - // it. See the implementation for register usage.
|
| - void JumpToHandlerEntry();
|
| -
|
| // Compute memory operands for safepoint stack slots.
|
| static int SafepointRegisterStackIndex(int reg_code);
|
| MemOperand SafepointRegisterSlot(Register reg);
|
|
|