| Index: src/arm64/macro-assembler-arm64.h
|
| diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h
|
| index 29d5c5c5f588ab5fc38322e2b92a92b3f0fa1406..f5731cf04145a9b0cc6603b730ce079002418eda 100644
|
| --- a/src/arm64/macro-assembler-arm64.h
|
| +++ b/src/arm64/macro-assembler-arm64.h
|
| @@ -984,18 +984,6 @@ class MacroAssembler : public Assembler {
|
| // floating point representation of -0.0.
|
| void JumpIfMinusZero(Register input, Label* on_negative_zero);
|
|
|
| - // Generate code to do a lookup in the number string cache. If the number in
|
| - // the register object is found in the cache the generated code falls through
|
| - // with the result in the result register. The object and the result register
|
| - // can be the same. If the number is not found in the cache the code jumps to
|
| - // the label not_found with only the content of register object unchanged.
|
| - void LookupNumberStringCache(Register object,
|
| - Register result,
|
| - Register scratch1,
|
| - Register scratch2,
|
| - Register scratch3,
|
| - Label* not_found);
|
| -
|
| // Saturate a signed 32-bit integer in input to an unsigned 8-bit integer in
|
| // output.
|
| void ClampInt32ToUint8(Register in_out);
|
|
|