| Index: src/arm/macro-assembler-arm.h
|
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
|
| index 5ec2bd3f8b1d4106e7204d1f80a9b1888d870c1e..fda4b05f5a5ef0986c738830fa4e1b8e1651a8e8 100644
|
| --- a/src/arm/macro-assembler-arm.h
|
| +++ b/src/arm/macro-assembler-arm.h
|
| @@ -851,11 +851,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);
|
|
|
| // Compare object type for heap object. heap_object contains a non-Smi
|
| // whose object type should be compared with the given type. This both
|
| @@ -1375,14 +1372,6 @@ class MacroAssembler: public Assembler {
|
| Register value,
|
| uint32_t encoding_mask);
|
|
|
| - // ---------------------------------------------------------------------------
|
| - // Patching helpers.
|
| -
|
| - // Get the location of a relocated constant (its address in the constant pool)
|
| - // from its load site.
|
| - void GetRelocatedValueLocation(Register ldr_location, Register result,
|
| - Register scratch);
|
| -
|
|
|
| void ClampUint8(Register output_reg, Register input_reg);
|
|
|
|
|