| Index: src/x87/macro-assembler-x87.h
|
| diff --git a/src/x87/macro-assembler-x87.h b/src/x87/macro-assembler-x87.h
|
| index bdd3c037e55a49c10c98013d20d9eefc9d6ab925..259164818ec5fa23c6d4b6383b63feadc3018232 100644
|
| --- a/src/x87/macro-assembler-x87.h
|
| +++ b/src/x87/macro-assembler-x87.h
|
| @@ -381,11 +381,6 @@ class MacroAssembler: public Assembler {
|
| // Compare instance type for map.
|
| void CmpInstanceType(Register map, InstanceType type);
|
|
|
| - // Check if a map for a JSObject indicates that the object has fast elements.
|
| - // Jump to the specified label if it does not.
|
| - void CheckFastElements(Register map, Label* fail,
|
| - Label::Distance distance = Label::kFar);
|
| -
|
| // Check if a map for a JSObject indicates that the object can have both smi
|
| // and HeapObject elements. Jump to the specified label if it does not.
|
| void CheckFastObjectElements(Register map, Label* fail,
|
| @@ -601,10 +596,6 @@ class MacroAssembler: public Assembler {
|
|
|
| void GetNumberHash(Register r0, Register scratch);
|
|
|
| - void LoadFromNumberDictionary(Label* miss, Register elements, Register key,
|
| - Register r0, Register r1, Register r2,
|
| - Register result);
|
| -
|
| // ---------------------------------------------------------------------------
|
| // Allocation support
|
|
|
|
|