Chromium Code Reviews| Index: src/arm/code-stubs-arm.cc |
| =================================================================== |
| --- src/arm/code-stubs-arm.cc (revision 9304) |
| +++ src/arm/code-stubs-arm.cc (working copy) |
| @@ -3333,6 +3333,13 @@ |
| } |
| +bool CEntryStub::CompilingCallsToThisStubIsGCSafe() { |
| + return !save_doubles_ && result_size_ == 1; |
| +} |
| + |
| + |
| +void CodeStub::GenerateStubsAheadOfTime() { |
| +} |
| void CEntryStub::GenerateThrowTOS(MacroAssembler* masm) { |
| __ Throw(r0); |
| } |