Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 995c082119e849c9300501622a34a615452ef288..05fa8135ddf16110a28db9592a86d8dc1883e440 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -1041,11 +1041,8 @@ class MacroAssembler: public Assembler { |
// function and jumps to the miss label if the fast checks fail. The |
// function register will be untouched; the other registers may be |
// clobbered. |
- void TryGetFunctionPrototype(Register function, |
- Register result, |
- Register scratch, |
- Label* miss, |
- bool miss_on_bound_function = false); |
+ void TryGetFunctionPrototype(Register function, Register result, |
+ Register scratch, Label* miss); |
void GetObjectType(Register function, |
Register map, |
@@ -1598,15 +1595,6 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
void EnterFrame(StackFrame::Type type, bool load_constant_pool_pointer_reg); |
void LeaveFrame(StackFrame::Type type); |
- // Patch the relocated value (lui/ori pair). |
- void PatchRelocatedValue(Register li_location, |
- Register scratch, |
- Register new_value); |
- // Get the relocatad value (loaded data) from the lui/ori pair. |
- void GetRelocatedValue(Register li_location, |
- Register value, |
- Register scratch); |
- |
// Expects object in a0 and returns map with validated enum cache |
// in a0. Assumes that any other register can be used as a scratch. |
void CheckEnumCache(Register null_value, Label* call_runtime); |