| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 664cce867dcf500dd0c00c84ba6095d02646b5be..b3285f0f1d11786c3305f31119c2cd865fcc1c34 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -181,14 +181,14 @@ inline Heap* _inline_get_heap_();
|
| V(value_of_symbol, "valueOf") \
|
| V(InitializeVarGlobal_symbol, "InitializeVarGlobal") \
|
| V(InitializeConstGlobal_symbol, "InitializeConstGlobal") \
|
| - V(KeyedLoadSpecializedMonomorphic_symbol, \
|
| - "KeyedLoadSpecializedMonomorphic") \
|
| - V(KeyedLoadSpecializedPolymorphic_symbol, \
|
| - "KeyedLoadSpecializedPolymorphic") \
|
| - V(KeyedStoreSpecializedMonomorphic_symbol, \
|
| - "KeyedStoreSpecializedMonomorphic") \
|
| - V(KeyedStoreSpecializedPolymorphic_symbol, \
|
| - "KeyedStoreSpecializedPolymorphic") \
|
| + V(KeyedLoadElementMonomorphic_symbol, \
|
| + "KeyedLoadElementMonomorphic") \
|
| + V(KeyedLoadElementPolymorphic_symbol, \
|
| + "KeyedLoadElementPolymorphic") \
|
| + V(KeyedStoreElementMonomorphic_symbol, \
|
| + "KeyedStoreElementMonomorphic") \
|
| + V(KeyedStoreElementPolymorphic_symbol, \
|
| + "KeyedStoreElementPolymorphic") \
|
| V(stack_overflow_symbol, "kStackOverflowBoilerplate") \
|
| V(illegal_access_symbol, "illegal access") \
|
| V(out_of_memory_symbol, "out-of-memory") \
|
|
|