| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index f4d8a149b7af9b14b53d0b69e690fdc6c1b0b555..7c455664c4d455d895d83db35920ecdb69911830 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -895,6 +895,10 @@ class KeyedStoreStubCompiler: public BaseStoreStubCompiler {
|
| }
|
|
|
| private:
|
| + Register transition_map() {
|
| + return registers()[3];
|
| + }
|
| +
|
| static Register* registers();
|
| virtual Code::Kind kind() { return Code::KEYED_STORE_IC; }
|
| virtual Logger::LogEventsAndTags log_kind(Handle<Code> code) {
|
|
|