| Index: src/arm/code-stubs-arm.h
|
| ===================================================================
|
| --- src/arm/code-stubs-arm.h (revision 7090)
|
| +++ src/arm/code-stubs-arm.h (working copy)
|
| @@ -588,6 +588,9 @@
|
| private:
|
| Major MajorKey() { return RegExpCEntry; }
|
| int MinorKey() { return 0; }
|
| +
|
| + bool NeedsImmovableCode() { return true; }
|
| +
|
| const char* GetName() { return "RegExpCEntryStub"; }
|
| };
|
|
|
| @@ -607,6 +610,9 @@
|
| private:
|
| Major MajorKey() { return DirectCEntry; }
|
| int MinorKey() { return 0; }
|
| +
|
| + bool NeedsImmovableCode() { return true; }
|
| +
|
| const char* GetName() { return "DirectCEntryStub"; }
|
| };
|
|
|
|
|