| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index d179d2a5d5049aefdac27249130df673f58e9eb4..1195f6b65b2979822fd7ea87daa86cb32c5e84fe 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -5993,8 +5993,8 @@ struct AheadOfTimeWriteBarrierStubList kAheadOfTime[] = {
|
| // KeyedStoreStubCompiler::GenerateStoreFastElement.
|
| { REG(rdi), REG(rbx), REG(rcx), EMIT_REMEMBERED_SET},
|
| { REG(rdx), REG(rdi), REG(rbx), EMIT_REMEMBERED_SET},
|
| - // ElementsTransitionGenerator::GenerateSmiOnlyToObject
|
| - // and ElementsTransitionGenerator::GenerateSmiOnlyToObject
|
| + // ElementsTransitionGenerator::GenerateMapChangeElementTransition
|
| + // and ElementsTransitionGenerator::GenerateSmiOnlyToDouble
|
| // and ElementsTransitionGenerator::GenerateDoubleToObject
|
| { REG(rdx), REG(rbx), REG(rdi), EMIT_REMEMBERED_SET},
|
| { REG(rdx), REG(rbx), REG(rdi), OMIT_REMEMBERED_SET},
|
|
|