| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 2220ca7c4f921c1455132f77d8096e37848f1111..00e18284c03f44b2962818725e84f279b5dcf079 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -391,11 +391,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,
|
| @@ -612,10 +607,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
|
|
|
|
|