Index: src/x64/ic-x64.cc |
=================================================================== |
--- src/x64/ic-x64.cc (revision 4791) |
+++ src/x64/ic-x64.cc (working copy) |
@@ -1330,6 +1330,21 @@ |
} |
+void KeyedCallIC::GenerateMiss(MacroAssembler* masm, int argc) { |
+ UNREACHABLE(); |
+} |
+ |
+ |
+void KeyedCallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) { |
+ UNREACHABLE(); |
+} |
+ |
+ |
+void KeyedCallIC::GenerateNormal(MacroAssembler* masm, int argc) { |
+ UNREACHABLE(); |
+} |
+ |
+ |
// The offset from the inlined patch site to the start of the |
// inlined load instruction. |
const int LoadIC::kOffsetToLoadInstruction = 20; |