Index: src/arm/macro-assembler-arm.h |
diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h |
index 15a84b775a93403d480295ce3c196f3616f3f178..73bc072dea6e3c4c6e4113b506054d3b746c9612 100644 |
--- a/src/arm/macro-assembler-arm.h |
+++ b/src/arm/macro-assembler-arm.h |
@@ -650,13 +650,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); |
- |
// --------------------------------------------------------------------------- |
// Inline caching support |
@@ -1469,10 +1462,6 @@ class MacroAssembler: public Assembler { |
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); |