Index: src/mips/code-stubs-mips.h |
diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h |
index 6f075bc33babf04566cfd8a6aebaf09b7cd04b33..afad32b039a678cf05c2c86d6f9d36c59213b98c 100644 |
--- a/src/mips/code-stubs-mips.h |
+++ b/src/mips/code-stubs-mips.h |
@@ -55,6 +55,7 @@ class StoreRegistersStateStub: public PlatformCodeStub { |
static void GenerateAheadOfTime(Isolate* isolate); |
private: |
+ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); |
DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub); |
}; |
@@ -67,6 +68,7 @@ class RestoreRegistersStateStub: public PlatformCodeStub { |
static void GenerateAheadOfTime(Isolate* isolate); |
private: |
+ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); |
DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub); |
}; |
@@ -115,6 +117,7 @@ class WriteInt32ToHeapNumberStub : public PlatformCodeStub { |
class ScratchRegisterBits: public BitField<int, 8, 4> {}; |
class SignRegisterBits: public BitField<int, 12, 4> {}; |
+ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); |
DEFINE_PLATFORM_CODE_STUB(WriteInt32ToHeapNumber, PlatformCodeStub); |
}; |
@@ -208,6 +211,8 @@ class RecordWriteStub: public PlatformCodeStub { |
4 * Assembler::kInstrSize); |
} |
+ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); |
+ |
private: |
// This is a helper class for freeing up 3 scratch registers. The input is |
// two registers that must be preserved and one scratch register provided by |
@@ -332,6 +337,7 @@ class DirectCEntryStub: public PlatformCodeStub { |
private: |
bool NeedsImmovableCode() { return true; } |
+ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); |
DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub); |
}; |
@@ -379,6 +385,7 @@ class NameDictionaryLookupStub: public PlatformCodeStub { |
class LookupModeBits: public BitField<LookupMode, 0, 1> {}; |
+ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); |
DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub); |
}; |