| OLD | NEW |
| 1 // Copyright 2011 the V8 project authors. All rights reserved. | 1 // Copyright 2011 the V8 project authors. All rights reserved. |
| 2 // Redistribution and use in source and binary forms, with or without | 2 // Redistribution and use in source and binary forms, with or without |
| 3 // modification, are permitted provided that the following conditions are | 3 // modification, are permitted provided that the following conditions are |
| 4 // met: | 4 // met: |
| 5 // | 5 // |
| 6 // * Redistributions of source code must retain the above copyright | 6 // * Redistributions of source code must retain the above copyright |
| 7 // notice, this list of conditions and the following disclaimer. | 7 // notice, this list of conditions and the following disclaimer. |
| 8 // * Redistributions in binary form must reproduce the above | 8 // * Redistributions in binary form must reproduce the above |
| 9 // copyright notice, this list of conditions and the following | 9 // copyright notice, this list of conditions and the following |
| 10 // disclaimer in the documentation and/or other materials provided | 10 // disclaimer in the documentation and/or other materials provided |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 kNoExtraICState) \ | 118 kNoExtraICState) \ |
| 119 \ | 119 \ |
| 120 V(LoadIC_Miss, BUILTIN, UNINITIALIZED, \ | 120 V(LoadIC_Miss, BUILTIN, UNINITIALIZED, \ |
| 121 kNoExtraICState) \ | 121 kNoExtraICState) \ |
| 122 V(KeyedLoadIC_Miss, BUILTIN, UNINITIALIZED, \ | 122 V(KeyedLoadIC_Miss, BUILTIN, UNINITIALIZED, \ |
| 123 kNoExtraICState) \ | 123 kNoExtraICState) \ |
| 124 V(StoreIC_Miss, BUILTIN, UNINITIALIZED, \ | 124 V(StoreIC_Miss, BUILTIN, UNINITIALIZED, \ |
| 125 kNoExtraICState) \ | 125 kNoExtraICState) \ |
| 126 V(KeyedStoreIC_Miss, BUILTIN, UNINITIALIZED, \ | 126 V(KeyedStoreIC_Miss, BUILTIN, UNINITIALIZED, \ |
| 127 kNoExtraICState) \ | 127 kNoExtraICState) \ |
| 128 V(LoadIC_Initialize, LOAD_IC, UNINITIALIZED, \ | |
| 129 kNoExtraICState) \ | |
| 130 V(LoadIC_PreMonomorphic, LOAD_IC, PREMONOMORPHIC, \ | |
| 131 kNoExtraICState) \ | |
| 132 V(LoadIC_Megamorphic, LOAD_IC, MEGAMORPHIC, \ | |
| 133 kNoExtraICState) \ | |
| 134 V(LoadIC_Getter_ForDeopt, LOAD_IC, MONOMORPHIC, \ | 128 V(LoadIC_Getter_ForDeopt, LOAD_IC, MONOMORPHIC, \ |
| 135 kNoExtraICState) \ | 129 kNoExtraICState) \ |
| 136 \ | |
| 137 V(KeyedLoadIC_Initialize, KEYED_LOAD_IC, UNINITIALIZED, \ | 130 V(KeyedLoadIC_Initialize, KEYED_LOAD_IC, UNINITIALIZED, \ |
| 138 kNoExtraICState) \ | 131 kNoExtraICState) \ |
| 139 V(KeyedLoadIC_PreMonomorphic, KEYED_LOAD_IC, PREMONOMORPHIC, \ | 132 V(KeyedLoadIC_PreMonomorphic, KEYED_LOAD_IC, PREMONOMORPHIC, \ |
| 140 kNoExtraICState) \ | 133 kNoExtraICState) \ |
| 141 V(KeyedLoadIC_Generic, KEYED_LOAD_IC, GENERIC, \ | 134 V(KeyedLoadIC_Generic, KEYED_LOAD_IC, GENERIC, \ |
| 142 kNoExtraICState) \ | 135 kNoExtraICState) \ |
| 143 V(KeyedLoadIC_String, KEYED_LOAD_IC, MEGAMORPHIC, \ | 136 V(KeyedLoadIC_String, KEYED_LOAD_IC, MEGAMORPHIC, \ |
| 144 kNoExtraICState) \ | 137 kNoExtraICState) \ |
| 145 V(KeyedLoadIC_IndexedInterceptor, KEYED_LOAD_IC, MONOMORPHIC, \ | 138 V(KeyedLoadIC_IndexedInterceptor, KEYED_LOAD_IC, MONOMORPHIC, \ |
| 146 kNoExtraICState) \ | 139 kNoExtraICState) \ |
| 147 V(KeyedLoadIC_NonStrictArguments, KEYED_LOAD_IC, MONOMORPHIC, \ | 140 V(KeyedLoadIC_NonStrictArguments, KEYED_LOAD_IC, MONOMORPHIC, \ |
| 148 kNoExtraICState) \ | 141 kNoExtraICState) \ |
| 149 \ | 142 \ |
| 150 V(StoreIC_Initialize, STORE_IC, UNINITIALIZED, \ | |
| 151 kNoExtraICState) \ | |
| 152 V(StoreIC_PreMonomorphic, STORE_IC, PREMONOMORPHIC, \ | |
| 153 kNoExtraICState) \ | |
| 154 V(StoreIC_Megamorphic, STORE_IC, MEGAMORPHIC, \ | |
| 155 kNoExtraICState) \ | |
| 156 V(StoreIC_Generic, STORE_IC, GENERIC, \ | |
| 157 kNoExtraICState) \ | |
| 158 V(StoreIC_Generic_Strict, STORE_IC, GENERIC, \ | |
| 159 StoreIC::kStrictModeState) \ | |
| 160 V(StoreIC_Initialize_Strict, STORE_IC, UNINITIALIZED, \ | |
| 161 StoreIC::kStrictModeState) \ | |
| 162 V(StoreIC_PreMonomorphic_Strict, STORE_IC, PREMONOMORPHIC, \ | |
| 163 StoreIC::kStrictModeState) \ | |
| 164 V(StoreIC_Megamorphic_Strict, STORE_IC, MEGAMORPHIC, \ | |
| 165 StoreIC::kStrictModeState) \ | |
| 166 V(StoreIC_Setter_ForDeopt, STORE_IC, MONOMORPHIC, \ | 143 V(StoreIC_Setter_ForDeopt, STORE_IC, MONOMORPHIC, \ |
| 167 StoreIC::kStrictModeState) \ | 144 StoreIC::kStrictModeState) \ |
| 168 \ | 145 \ |
| 169 V(KeyedStoreIC_Initialize, KEYED_STORE_IC, UNINITIALIZED, \ | 146 V(KeyedStoreIC_Initialize, KEYED_STORE_IC, UNINITIALIZED, \ |
| 170 kNoExtraICState) \ | 147 kNoExtraICState) \ |
| 171 V(KeyedStoreIC_PreMonomorphic, KEYED_STORE_IC, PREMONOMORPHIC, \ | 148 V(KeyedStoreIC_PreMonomorphic, KEYED_STORE_IC, PREMONOMORPHIC, \ |
| 172 kNoExtraICState) \ | 149 kNoExtraICState) \ |
| 173 V(KeyedStoreIC_Generic, KEYED_STORE_IC, GENERIC, \ | 150 V(KeyedStoreIC_Generic, KEYED_STORE_IC, GENERIC, \ |
| 174 kNoExtraICState) \ | 151 kNoExtraICState) \ |
| 175 \ | 152 \ |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 | 407 |
| 431 friend class BuiltinFunctionTable; | 408 friend class BuiltinFunctionTable; |
| 432 friend class Isolate; | 409 friend class Isolate; |
| 433 | 410 |
| 434 DISALLOW_COPY_AND_ASSIGN(Builtins); | 411 DISALLOW_COPY_AND_ASSIGN(Builtins); |
| 435 }; | 412 }; |
| 436 | 413 |
| 437 } } // namespace v8::internal | 414 } } // namespace v8::internal |
| 438 | 415 |
| 439 #endif // V8_BUILTINS_H_ | 416 #endif // V8_BUILTINS_H_ |
| OLD | NEW |