| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index c983b8ba5a3f58ec41b5dfaa863043c953095eea..ffae2fd69e06aa9665cc4bd2be84607bf3188652 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -1406,6 +1406,8 @@ class MacroAssembler: public Assembler {
|
| Register scratch,
|
| Label* failure);
|
|
|
| + void JumpIfNotUniqueName(Register reg, Label* not_unique_name);
|
| +
|
| // Test that both first and second are sequential ASCII strings.
|
| // Assume that they are non-smis.
|
| void JumpIfNonSmisNotBothSequentialAsciiStrings(Register first,
|
|
|