 Chromium Code Reviews
 Chromium Code Reviews Issue 19367003:
  Reland "Turn ElementsTransitionAndStore stub into a HydrogenCodeStub".  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 19367003:
  Reland "Turn ElementsTransitionAndStore stub into a HydrogenCodeStub".  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/code-stubs.cc | 
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc | 
| index 7e7125d5cc5a71237e2e05de3e7a04bd63f7e1a2..9d40ad04d1e4d2d26a374f79d6617b095220c9f4 100644 | 
| --- a/src/code-stubs.cc | 
| +++ b/src/code-stubs.cc | 
| @@ -818,7 +818,7 @@ bool ToBooleanStub::Types::CanBeUndetectable() const { | 
| } | 
| -void ElementsTransitionAndStoreStub::Generate(MacroAssembler* masm) { | 
| +void ElementsTransitionAndStorePlatformStub::Generate(MacroAssembler* masm) { | 
| Label fail; | 
| AllocationSiteMode mode = AllocationSite::GetMode(from_, to_); | 
| ASSERT(!IsFastHoleyElementsKind(from_) || IsFastHoleyElementsKind(to_)); |