Index: src/s390/macro-assembler-s390.h |
diff --git a/src/s390/macro-assembler-s390.h b/src/s390/macro-assembler-s390.h |
index 7f2d0421bff078d0298ae72a3ac683bf7552b94c..3841f8eac0d0a4d00ed220c680184ddc89371070 100644 |
--- a/src/s390/macro-assembler-s390.h |
+++ b/src/s390/macro-assembler-s390.h |
@@ -940,10 +940,6 @@ class MacroAssembler : public Assembler { |
void GetNumberHash(Register t0, Register scratch); |
- void LoadFromNumberDictionary(Label* miss, Register elements, Register key, |
- Register result, Register t0, Register t1, |
- Register t2); |
- |
inline void MarkCode(NopMarkerTypes type) { nop(type); } |
// Check if the given instruction is a 'type' marker. |
@@ -1086,10 +1082,6 @@ class MacroAssembler : public Assembler { |
// sets the flags and leaves the object type in the type_reg register. |
void CompareInstanceType(Register map, Register type_reg, 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, Register scratch, Label* fail); |
- |
// 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, Register scratch, Label* fail); |