Index: src/ic/mips64/ic-mips64.cc |
diff --git a/src/ic/mips64/ic-mips64.cc b/src/ic/mips64/ic-mips64.cc |
index 0d7af56071f16142d28ab32ea67ebe8bf6273737..1ea32ddf977f70b9c56623d252a1b68ef1c4403a 100644 |
--- a/src/ic/mips64/ic-mips64.cc |
+++ b/src/ic/mips64/ic-mips64.cc |
@@ -433,7 +433,7 @@ void KeyedLoadIC::GenerateMegamorphic(MacroAssembler* masm, |
Handle<TypeFeedbackVector> dummy_vector = |
TypeFeedbackVector::DummyVector(masm->isolate()); |
int slot_index = dummy_vector->GetIndex( |
- FeedbackVectorICSlot(TypeFeedbackVector::kDummyKeyedLoadICSlot)); |
+ FeedbackVectorSlot(TypeFeedbackVector::kDummyKeyedLoadICSlot)); |
__ LoadRoot(vector, Heap::kDummyVectorRootIndex); |
__ li(slot, Operand(Smi::FromInt(slot_index))); |
@@ -684,7 +684,7 @@ void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, |
Handle<TypeFeedbackVector> dummy_vector = |
TypeFeedbackVector::DummyVector(masm->isolate()); |
int slot_index = dummy_vector->GetIndex( |
- FeedbackVectorICSlot(TypeFeedbackVector::kDummyKeyedStoreICSlot)); |
+ FeedbackVectorSlot(TypeFeedbackVector::kDummyKeyedStoreICSlot)); |
__ LoadRoot(vector, Heap::kDummyVectorRootIndex); |
__ li(slot, Operand(Smi::FromInt(slot_index))); |
} |