| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index fc82885d9435f3d102d315b9f33ecb2496cb5124..677a08f4dc35604a2e320b251ad94077930adf75 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -7207,6 +7207,13 @@ struct AheadOfTimeWriteBarrierStubList kAheadOfTime[] = {
|
| { a3, a1, a2, EMIT_REMEMBERED_SET },
|
| // KeyedStoreStubCompiler::GenerateStoreFastElement.
|
| { t0, a2, a3, EMIT_REMEMBERED_SET },
|
| + // ElementsTransitionGenerator::GenerateSmiOnlyToObject
|
| + // and ElementsTransitionGenerator::GenerateSmiOnlyToDouble
|
| + // and ElementsTransitionGenerator::GenerateDoubleToObject
|
| + { a2, a3, t5, EMIT_REMEMBERED_SET },
|
| + // ElementsTransitionGenerator::GenerateDoubleToObject
|
| + { t2, a2, a0, EMIT_REMEMBERED_SET },
|
| + { a2, t2, t5, EMIT_REMEMBERED_SET },
|
| // Null termination.
|
| { no_reg, no_reg, no_reg, EMIT_REMEMBERED_SET}
|
| };
|
|
|