OLD | NEW |
1 // Copyright 2012 the V8 project authors. All rights reserved. | 1 // Copyright 2012 the V8 project authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef V8_RUNTIME_RUNTIME_H_ | 5 #ifndef V8_RUNTIME_RUNTIME_H_ |
6 #define V8_RUNTIME_RUNTIME_H_ | 6 #define V8_RUNTIME_RUNTIME_H_ |
7 | 7 |
8 #include "src/allocation.h" | 8 #include "src/allocation.h" |
9 #include "src/base/platform/time.h" | 9 #include "src/base/platform/time.h" |
10 #include "src/objects.h" | 10 #include "src/objects.h" |
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 F(StringSplit, 3, 1) \ | 532 F(StringSplit, 3, 1) \ |
533 F(RegExpExec, 4, 1) \ | 533 F(RegExpExec, 4, 1) \ |
534 F(RegExpFlags, 1, 1) \ | 534 F(RegExpFlags, 1, 1) \ |
535 F(RegExpSource, 1, 1) \ | 535 F(RegExpSource, 1, 1) \ |
536 F(RegExpConstructResult, 3, 1) \ | 536 F(RegExpConstructResult, 3, 1) \ |
537 F(RegExpInitializeAndCompile, 3, 1) \ | 537 F(RegExpInitializeAndCompile, 3, 1) \ |
538 F(RegExpExecMultiple, 4, 1) \ | 538 F(RegExpExecMultiple, 4, 1) \ |
539 F(RegExpExecReThrow, 4, 1) \ | 539 F(RegExpExecReThrow, 4, 1) \ |
540 F(IsRegExp, 1, 1) | 540 F(IsRegExp, 1, 1) |
541 | 541 |
| 542 |
542 #define FOR_EACH_INTRINSIC_SCOPES(F) \ | 543 #define FOR_EACH_INTRINSIC_SCOPES(F) \ |
543 F(ThrowConstAssignError, 0, 1) \ | 544 F(ThrowConstAssignError, 0, 1) \ |
544 F(DeclareGlobals, 2, 1) \ | 545 F(DeclareGlobals, 2, 1) \ |
545 F(InitializeVarGlobal, 3, 1) \ | 546 F(InitializeVarGlobal, 3, 1) \ |
546 F(InitializeConstGlobal, 2, 1) \ | 547 F(InitializeConstGlobal, 2, 1) \ |
547 F(DeclareLookupSlot, 3, 1) \ | 548 F(DeclareLookupSlot, 3, 1) \ |
548 F(InitializeLegacyConstLookupSlot, 3, 1) \ | 549 F(InitializeLegacyConstLookupSlot, 3, 1) \ |
549 F(NewSloppyArguments_Generic, 1, 1) \ | 550 F(NewSloppyArguments_Generic, 1, 1) \ |
550 F(NewStrictArguments_Generic, 1, 1) \ | 551 F(NewStrictArguments_Generic, 1, 1) \ |
551 F(NewRestArguments_Generic, 2, 1) \ | 552 F(NewRestArguments_Generic, 2, 1) \ |
552 F(NewSloppyArguments, 3, 1) \ | 553 F(NewSloppyArguments, 3, 1) \ |
553 F(NewStrictArguments, 3, 1) \ | 554 F(NewStrictArguments, 3, 1) \ |
554 F(InstallLiterals, 1, 1) \ | |
555 F(NewRestParam, 3, 1) \ | 555 F(NewRestParam, 3, 1) \ |
556 F(NewClosure, 1, 1) \ | 556 F(NewClosure, 1, 1) \ |
557 F(NewClosure_Tenured, 1, 1) \ | 557 F(NewClosure_Tenured, 1, 1) \ |
558 F(NewScriptContext, 2, 1) \ | 558 F(NewScriptContext, 2, 1) \ |
559 F(NewFunctionContext, 1, 1) \ | 559 F(NewFunctionContext, 1, 1) \ |
560 F(PushWithContext, 2, 1) \ | 560 F(PushWithContext, 2, 1) \ |
561 F(PushCatchContext, 3, 1) \ | 561 F(PushCatchContext, 3, 1) \ |
562 F(PushBlockContext, 2, 1) \ | 562 F(PushBlockContext, 2, 1) \ |
563 F(IsJSModule, 1, 1) \ | 563 F(IsJSModule, 1, 1) \ |
564 F(PushModuleContext, 2, 1) \ | 564 F(PushModuleContext, 2, 1) \ |
565 F(DeclareModules, 1, 1) \ | 565 F(DeclareModules, 1, 1) \ |
566 F(DeleteLookupSlot, 2, 1) \ | 566 F(DeleteLookupSlot, 2, 1) \ |
567 F(StoreLookupSlot, 4, 1) \ | 567 F(StoreLookupSlot, 4, 1) \ |
568 F(ArgumentsLength, 0, 1) \ | 568 F(ArgumentsLength, 0, 1) \ |
569 F(Arguments, 1, 1) | 569 F(Arguments, 1, 1) |
570 | 570 |
| 571 |
571 #define FOR_EACH_INTRINSIC_SIMD(F) \ | 572 #define FOR_EACH_INTRINSIC_SIMD(F) \ |
572 F(IsSimdValue, 1, 1) \ | 573 F(IsSimdValue, 1, 1) \ |
573 F(SimdSameValue, 2, 1) \ | 574 F(SimdSameValue, 2, 1) \ |
574 F(SimdSameValueZero, 2, 1) \ | 575 F(SimdSameValueZero, 2, 1) \ |
575 F(CreateFloat32x4, 4, 1) \ | 576 F(CreateFloat32x4, 4, 1) \ |
576 F(CreateInt32x4, 4, 1) \ | 577 F(CreateInt32x4, 4, 1) \ |
577 F(CreateUint32x4, 4, 1) \ | 578 F(CreateUint32x4, 4, 1) \ |
578 F(CreateBool32x4, 4, 1) \ | 579 F(CreateBool32x4, 4, 1) \ |
579 F(CreateInt16x8, 8, 1) \ | 580 F(CreateInt16x8, 8, 1) \ |
580 F(CreateUint16x8, 8, 1) \ | 581 F(CreateUint16x8, 8, 1) \ |
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1255 | 1256 |
1256 class DeclareGlobalsEvalFlag : public BitField<bool, 0, 1> {}; | 1257 class DeclareGlobalsEvalFlag : public BitField<bool, 0, 1> {}; |
1257 class DeclareGlobalsNativeFlag : public BitField<bool, 1, 1> {}; | 1258 class DeclareGlobalsNativeFlag : public BitField<bool, 1, 1> {}; |
1258 STATIC_ASSERT(LANGUAGE_END == 3); | 1259 STATIC_ASSERT(LANGUAGE_END == 3); |
1259 class DeclareGlobalsLanguageMode : public BitField<LanguageMode, 2, 2> {}; | 1260 class DeclareGlobalsLanguageMode : public BitField<LanguageMode, 2, 2> {}; |
1260 | 1261 |
1261 } // namespace internal | 1262 } // namespace internal |
1262 } // namespace v8 | 1263 } // namespace v8 |
1263 | 1264 |
1264 #endif // V8_RUNTIME_RUNTIME_H_ | 1265 #endif // V8_RUNTIME_RUNTIME_H_ |
OLD | NEW |