| Index: src/arm64/macro-assembler-arm64.h
|
| diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h
|
| index baec8fc18d292da2b162f2c724bfcd38a5a02258..8a40142c40e90555a201bb85042c69e5600b3a52 100644
|
| --- a/src/arm64/macro-assembler-arm64.h
|
| +++ b/src/arm64/macro-assembler-arm64.h
|
| @@ -1466,20 +1466,6 @@ class MacroAssembler : public Assembler {
|
| // Fall-through if the object was a string and jump on fail otherwise.
|
| inline void IsObjectNameType(Register object, Register type, Label* fail);
|
|
|
| - inline void IsObjectJSObjectType(Register heap_object,
|
| - Register map,
|
| - Register scratch,
|
| - Label* fail);
|
| -
|
| - // Check the instance type in the given map to see if it corresponds to a
|
| - // JS object type. Jump to the fail label if this is not the case and fall
|
| - // through otherwise. However if fail label is NULL, no branch will be
|
| - // performed and the flag will be updated. You can test the flag for "le"
|
| - // condition to test if it is a valid JS object type.
|
| - inline void IsInstanceJSObjectType(Register map,
|
| - Register scratch,
|
| - Label* fail);
|
| -
|
| // Load and check the instance type of an object for being a string.
|
| // Loads the type into the second argument register.
|
| // The object and type arguments can be the same register; in that case it
|
|
|