| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 V(ConcurrentRecompile, BUILTIN, UNINITIALIZED, \ | 105 V(ConcurrentRecompile, BUILTIN, UNINITIALIZED, \ |
| 106 Code::kNoExtraICState) \ | 106 Code::kNoExtraICState) \ |
| 107 V(NotifyDeoptimized, BUILTIN, UNINITIALIZED, \ | 107 V(NotifyDeoptimized, BUILTIN, UNINITIALIZED, \ |
| 108 Code::kNoExtraICState) \ | 108 Code::kNoExtraICState) \ |
| 109 V(NotifySoftDeoptimized, BUILTIN, UNINITIALIZED, \ | 109 V(NotifySoftDeoptimized, BUILTIN, UNINITIALIZED, \ |
| 110 Code::kNoExtraICState) \ | 110 Code::kNoExtraICState) \ |
| 111 V(NotifyLazyDeoptimized, BUILTIN, UNINITIALIZED, \ | 111 V(NotifyLazyDeoptimized, BUILTIN, UNINITIALIZED, \ |
| 112 Code::kNoExtraICState) \ | 112 Code::kNoExtraICState) \ |
| 113 V(NotifyStubFailure, BUILTIN, UNINITIALIZED, \ | 113 V(NotifyStubFailure, BUILTIN, UNINITIALIZED, \ |
| 114 Code::kNoExtraICState) \ | 114 Code::kNoExtraICState) \ |
| 115 V(NotifyStubFailureSaveDoubles, BUILTIN, UNINITIALIZED, \ |
| 116 Code::kNoExtraICState) \ |
| 115 \ | 117 \ |
| 116 V(LoadIC_Miss, BUILTIN, UNINITIALIZED, \ | 118 V(LoadIC_Miss, BUILTIN, UNINITIALIZED, \ |
| 117 Code::kNoExtraICState) \ | 119 Code::kNoExtraICState) \ |
| 118 V(KeyedLoadIC_Miss, BUILTIN, UNINITIALIZED, \ | 120 V(KeyedLoadIC_Miss, BUILTIN, UNINITIALIZED, \ |
| 119 Code::kNoExtraICState) \ | 121 Code::kNoExtraICState) \ |
| 120 V(KeyedLoadIC_MissForceGeneric, BUILTIN, UNINITIALIZED, \ | 122 V(KeyedLoadIC_MissForceGeneric, BUILTIN, UNINITIALIZED, \ |
| 121 Code::kNoExtraICState) \ | 123 Code::kNoExtraICState) \ |
| 122 V(StoreIC_Miss, BUILTIN, UNINITIALIZED, \ | 124 V(StoreIC_Miss, BUILTIN, UNINITIALIZED, \ |
| 123 Code::kNoExtraICState) \ | 125 Code::kNoExtraICState) \ |
| 124 V(KeyedStoreIC_Miss, BUILTIN, UNINITIALIZED, \ | 126 V(KeyedStoreIC_Miss, BUILTIN, UNINITIALIZED, \ |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 static void Generate_JSConstructStubGeneric(MacroAssembler* masm); | 395 static void Generate_JSConstructStubGeneric(MacroAssembler* masm); |
| 394 static void Generate_JSConstructStubApi(MacroAssembler* masm); | 396 static void Generate_JSConstructStubApi(MacroAssembler* masm); |
| 395 static void Generate_JSEntryTrampoline(MacroAssembler* masm); | 397 static void Generate_JSEntryTrampoline(MacroAssembler* masm); |
| 396 static void Generate_JSConstructEntryTrampoline(MacroAssembler* masm); | 398 static void Generate_JSConstructEntryTrampoline(MacroAssembler* masm); |
| 397 static void Generate_LazyCompile(MacroAssembler* masm); | 399 static void Generate_LazyCompile(MacroAssembler* masm); |
| 398 static void Generate_LazyRecompile(MacroAssembler* masm); | 400 static void Generate_LazyRecompile(MacroAssembler* masm); |
| 399 static void Generate_NotifyDeoptimized(MacroAssembler* masm); | 401 static void Generate_NotifyDeoptimized(MacroAssembler* masm); |
| 400 static void Generate_NotifySoftDeoptimized(MacroAssembler* masm); | 402 static void Generate_NotifySoftDeoptimized(MacroAssembler* masm); |
| 401 static void Generate_NotifyLazyDeoptimized(MacroAssembler* masm); | 403 static void Generate_NotifyLazyDeoptimized(MacroAssembler* masm); |
| 402 static void Generate_NotifyStubFailure(MacroAssembler* masm); | 404 static void Generate_NotifyStubFailure(MacroAssembler* masm); |
| 405 static void Generate_NotifyStubFailureSaveDoubles(MacroAssembler* masm); |
| 403 static void Generate_ArgumentsAdaptorTrampoline(MacroAssembler* masm); | 406 static void Generate_ArgumentsAdaptorTrampoline(MacroAssembler* masm); |
| 404 | 407 |
| 405 static void Generate_FunctionCall(MacroAssembler* masm); | 408 static void Generate_FunctionCall(MacroAssembler* masm); |
| 406 static void Generate_FunctionApply(MacroAssembler* masm); | 409 static void Generate_FunctionApply(MacroAssembler* masm); |
| 407 | 410 |
| 408 static void Generate_InternalArrayCode(MacroAssembler* masm); | 411 static void Generate_InternalArrayCode(MacroAssembler* masm); |
| 409 static void Generate_ArrayCode(MacroAssembler* masm); | 412 static void Generate_ArrayCode(MacroAssembler* masm); |
| 410 | 413 |
| 411 static void Generate_StringConstructCode(MacroAssembler* masm); | 414 static void Generate_StringConstructCode(MacroAssembler* masm); |
| 412 static void Generate_OnStackReplacement(MacroAssembler* masm); | 415 static void Generate_OnStackReplacement(MacroAssembler* masm); |
| (...skipping 18 matching lines...) Expand all Loading... |
| 431 | 434 |
| 432 friend class BuiltinFunctionTable; | 435 friend class BuiltinFunctionTable; |
| 433 friend class Isolate; | 436 friend class Isolate; |
| 434 | 437 |
| 435 DISALLOW_COPY_AND_ASSIGN(Builtins); | 438 DISALLOW_COPY_AND_ASSIGN(Builtins); |
| 436 }; | 439 }; |
| 437 | 440 |
| 438 } } // namespace v8::internal | 441 } } // namespace v8::internal |
| 439 | 442 |
| 440 #endif // V8_BUILTINS_H_ | 443 #endif // V8_BUILTINS_H_ |
| OLD | NEW |