Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Side by Side Diff: tools/gyp/v8.gyp

Issue 1405363003: Move Hydrogen and Lithium to src/crankshaft/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« src/isolate.cc ('K') | « test/cctest/test-unique.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 '../../src/context-measure.cc', 621 '../../src/context-measure.cc',
622 '../../src/context-measure.h', 622 '../../src/context-measure.h',
623 '../../src/contexts-inl.h', 623 '../../src/contexts-inl.h',
624 '../../src/contexts.cc', 624 '../../src/contexts.cc',
625 '../../src/contexts.h', 625 '../../src/contexts.h',
626 '../../src/conversions-inl.h', 626 '../../src/conversions-inl.h',
627 '../../src/conversions.cc', 627 '../../src/conversions.cc',
628 '../../src/conversions.h', 628 '../../src/conversions.h',
629 '../../src/counters.cc', 629 '../../src/counters.cc',
630 '../../src/counters.h', 630 '../../src/counters.h',
631 '../../src/crankshaft/hydrogen-alias-analysis.h',
632 '../../src/crankshaft/hydrogen-bce.cc',
633 '../../src/crankshaft/hydrogen-bce.h',
634 '../../src/crankshaft/hydrogen-bch.cc',
635 '../../src/crankshaft/hydrogen-bch.h',
636 '../../src/crankshaft/hydrogen-canonicalize.cc',
637 '../../src/crankshaft/hydrogen-canonicalize.h',
638 '../../src/crankshaft/hydrogen-check-elimination.cc',
639 '../../src/crankshaft/hydrogen-check-elimination.h',
640 '../../src/crankshaft/hydrogen-dce.cc',
641 '../../src/crankshaft/hydrogen-dce.h',
642 '../../src/crankshaft/hydrogen-dehoist.cc',
643 '../../src/crankshaft/hydrogen-dehoist.h',
644 '../../src/crankshaft/hydrogen-environment-liveness.cc',
645 '../../src/crankshaft/hydrogen-environment-liveness.h',
646 '../../src/crankshaft/hydrogen-escape-analysis.cc',
647 '../../src/crankshaft/hydrogen-escape-analysis.h',
648 '../../src/crankshaft/hydrogen-flow-engine.h',
649 '../../src/crankshaft/hydrogen-gvn.cc',
650 '../../src/crankshaft/hydrogen-gvn.h',
651 '../../src/crankshaft/hydrogen-infer-representation.cc',
652 '../../src/crankshaft/hydrogen-infer-representation.h',
653 '../../src/crankshaft/hydrogen-infer-types.cc',
654 '../../src/crankshaft/hydrogen-infer-types.h',
655 '../../src/crankshaft/hydrogen-instructions.cc',
656 '../../src/crankshaft/hydrogen-instructions.h',
657 '../../src/crankshaft/hydrogen-load-elimination.cc',
658 '../../src/crankshaft/hydrogen-load-elimination.h',
659 '../../src/crankshaft/hydrogen-mark-deoptimize.cc',
660 '../../src/crankshaft/hydrogen-mark-deoptimize.h',
661 '../../src/crankshaft/hydrogen-mark-unreachable.cc',
662 '../../src/crankshaft/hydrogen-mark-unreachable.h',
663 '../../src/crankshaft/hydrogen-osr.cc',
664 '../../src/crankshaft/hydrogen-osr.h',
665 '../../src/crankshaft/hydrogen-range-analysis.cc',
666 '../../src/crankshaft/hydrogen-range-analysis.h',
667 '../../src/crankshaft/hydrogen-redundant-phi.cc',
668 '../../src/crankshaft/hydrogen-redundant-phi.h',
669 '../../src/crankshaft/hydrogen-removable-simulates.cc',
670 '../../src/crankshaft/hydrogen-removable-simulates.h',
671 '../../src/crankshaft/hydrogen-representation-changes.cc',
672 '../../src/crankshaft/hydrogen-representation-changes.h',
673 '../../src/crankshaft/hydrogen-sce.cc',
674 '../../src/crankshaft/hydrogen-sce.h',
675 '../../src/crankshaft/hydrogen-store-elimination.cc',
676 '../../src/crankshaft/hydrogen-store-elimination.h',
677 '../../src/crankshaft/hydrogen-types.cc',
678 '../../src/crankshaft/hydrogen-types.h',
679 '../../src/crankshaft/hydrogen-uint32-analysis.cc',
680 '../../src/crankshaft/hydrogen-uint32-analysis.h',
681 '../../src/crankshaft/hydrogen.cc',
682 '../../src/crankshaft/hydrogen.h',
683 '../../src/crankshaft/lithium-allocator-inl.h',
684 '../../src/crankshaft/lithium-allocator.cc',
685 '../../src/crankshaft/lithium-allocator.h',
686 '../../src/crankshaft/lithium-codegen.cc',
687 '../../src/crankshaft/lithium-codegen.h',
688 '../../src/crankshaft/lithium.cc',
689 '../../src/crankshaft/lithium.h',
690 '../../src/crankshaft/lithium-inl.h',
691 '../../src/crankshaft/typing.cc',
692 '../../src/crankshaft/typing.h',
693 '../../src/crankshaft/unique.h',
631 '../../src/date.cc', 694 '../../src/date.cc',
632 '../../src/date.h', 695 '../../src/date.h',
633 '../../src/dateparser-inl.h', 696 '../../src/dateparser-inl.h',
634 '../../src/dateparser.cc', 697 '../../src/dateparser.cc',
635 '../../src/dateparser.h', 698 '../../src/dateparser.h',
636 '../../src/debug/debug-evaluate.cc', 699 '../../src/debug/debug-evaluate.cc',
637 '../../src/debug/debug-evaluate.h', 700 '../../src/debug/debug-evaluate.h',
638 '../../src/debug/debug-frames.cc', 701 '../../src/debug/debug-frames.cc',
639 '../../src/debug/debug-frames.h', 702 '../../src/debug/debug-frames.h',
640 '../../src/debug/debug-scopes.cc', 703 '../../src/debug/debug-scopes.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 '../../src/heap/scavenger.cc', 793 '../../src/heap/scavenger.cc',
731 '../../src/heap/scavenger.h', 794 '../../src/heap/scavenger.h',
732 '../../src/heap/slots-buffer.cc', 795 '../../src/heap/slots-buffer.cc',
733 '../../src/heap/slots-buffer.h', 796 '../../src/heap/slots-buffer.h',
734 '../../src/heap/spaces-inl.h', 797 '../../src/heap/spaces-inl.h',
735 '../../src/heap/spaces.cc', 798 '../../src/heap/spaces.cc',
736 '../../src/heap/spaces.h', 799 '../../src/heap/spaces.h',
737 '../../src/heap/store-buffer-inl.h', 800 '../../src/heap/store-buffer-inl.h',
738 '../../src/heap/store-buffer.cc', 801 '../../src/heap/store-buffer.cc',
739 '../../src/heap/store-buffer.h', 802 '../../src/heap/store-buffer.h',
740 '../../src/hydrogen-alias-analysis.h',
741 '../../src/hydrogen-bce.cc',
742 '../../src/hydrogen-bce.h',
743 '../../src/hydrogen-bch.cc',
744 '../../src/hydrogen-bch.h',
745 '../../src/hydrogen-canonicalize.cc',
746 '../../src/hydrogen-canonicalize.h',
747 '../../src/hydrogen-check-elimination.cc',
748 '../../src/hydrogen-check-elimination.h',
749 '../../src/hydrogen-dce.cc',
750 '../../src/hydrogen-dce.h',
751 '../../src/hydrogen-dehoist.cc',
752 '../../src/hydrogen-dehoist.h',
753 '../../src/hydrogen-environment-liveness.cc',
754 '../../src/hydrogen-environment-liveness.h',
755 '../../src/hydrogen-escape-analysis.cc',
756 '../../src/hydrogen-escape-analysis.h',
757 '../../src/hydrogen-flow-engine.h',
758 '../../src/hydrogen-instructions.cc',
759 '../../src/hydrogen-instructions.h',
760 '../../src/hydrogen.cc',
761 '../../src/hydrogen.h',
762 '../../src/hydrogen-gvn.cc',
763 '../../src/hydrogen-gvn.h',
764 '../../src/hydrogen-infer-representation.cc',
765 '../../src/hydrogen-infer-representation.h',
766 '../../src/hydrogen-infer-types.cc',
767 '../../src/hydrogen-infer-types.h',
768 '../../src/hydrogen-load-elimination.cc',
769 '../../src/hydrogen-load-elimination.h',
770 '../../src/hydrogen-mark-deoptimize.cc',
771 '../../src/hydrogen-mark-deoptimize.h',
772 '../../src/hydrogen-mark-unreachable.cc',
773 '../../src/hydrogen-mark-unreachable.h',
774 '../../src/hydrogen-osr.cc',
775 '../../src/hydrogen-osr.h',
776 '../../src/hydrogen-range-analysis.cc',
777 '../../src/hydrogen-range-analysis.h',
778 '../../src/hydrogen-redundant-phi.cc',
779 '../../src/hydrogen-redundant-phi.h',
780 '../../src/hydrogen-removable-simulates.cc',
781 '../../src/hydrogen-removable-simulates.h',
782 '../../src/hydrogen-representation-changes.cc',
783 '../../src/hydrogen-representation-changes.h',
784 '../../src/hydrogen-sce.cc',
785 '../../src/hydrogen-sce.h',
786 '../../src/hydrogen-store-elimination.cc',
787 '../../src/hydrogen-store-elimination.h',
788 '../../src/hydrogen-types.cc',
789 '../../src/hydrogen-types.h',
790 '../../src/hydrogen-uint32-analysis.cc',
791 '../../src/hydrogen-uint32-analysis.h',
792 '../../src/i18n.cc', 803 '../../src/i18n.cc',
793 '../../src/i18n.h', 804 '../../src/i18n.h',
794 '../../src/icu_util.cc', 805 '../../src/icu_util.cc',
795 '../../src/icu_util.h', 806 '../../src/icu_util.h',
796 '../../src/ic/access-compiler.cc', 807 '../../src/ic/access-compiler.cc',
797 '../../src/ic/access-compiler.h', 808 '../../src/ic/access-compiler.h',
798 '../../src/ic/call-optimization.cc', 809 '../../src/ic/call-optimization.cc',
799 '../../src/ic/call-optimization.h', 810 '../../src/ic/call-optimization.h',
800 '../../src/ic/handler-compiler.cc', 811 '../../src/ic/handler-compiler.cc',
801 '../../src/ic/handler-compiler.h', 812 '../../src/ic/handler-compiler.h',
(...skipping 24 matching lines...) Expand all
826 '../../src/isolate-inl.h', 837 '../../src/isolate-inl.h',
827 '../../src/isolate.cc', 838 '../../src/isolate.cc',
828 '../../src/isolate.h', 839 '../../src/isolate.h',
829 '../../src/json-parser.h', 840 '../../src/json-parser.h',
830 '../../src/json-stringifier.h', 841 '../../src/json-stringifier.h',
831 '../../src/layout-descriptor-inl.h', 842 '../../src/layout-descriptor-inl.h',
832 '../../src/layout-descriptor.cc', 843 '../../src/layout-descriptor.cc',
833 '../../src/layout-descriptor.h', 844 '../../src/layout-descriptor.h',
834 '../../src/list-inl.h', 845 '../../src/list-inl.h',
835 '../../src/list.h', 846 '../../src/list.h',
836 '../../src/lithium-allocator-inl.h',
837 '../../src/lithium-allocator.cc',
838 '../../src/lithium-allocator.h',
839 '../../src/lithium-codegen.cc',
840 '../../src/lithium-codegen.h',
841 '../../src/lithium.cc',
842 '../../src/lithium.h',
843 '../../src/lithium-inl.h',
844 '../../src/log-inl.h', 847 '../../src/log-inl.h',
845 '../../src/log-utils.cc', 848 '../../src/log-utils.cc',
846 '../../src/log-utils.h', 849 '../../src/log-utils.h',
847 '../../src/log.cc', 850 '../../src/log.cc',
848 '../../src/log.h', 851 '../../src/log.h',
849 '../../src/lookup.cc', 852 '../../src/lookup.cc',
850 '../../src/lookup.h', 853 '../../src/lookup.h',
851 '../../src/macro-assembler.h', 854 '../../src/macro-assembler.h',
852 '../../src/messages.cc', 855 '../../src/messages.cc',
853 '../../src/messages.h', 856 '../../src/messages.h',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 '../../src/type-feedback-vector.h', 1004 '../../src/type-feedback-vector.h',
1002 '../../src/type-info.cc', 1005 '../../src/type-info.cc',
1003 '../../src/type-info.h', 1006 '../../src/type-info.h',
1004 '../../src/types-inl.h', 1007 '../../src/types-inl.h',
1005 '../../src/types.cc', 1008 '../../src/types.cc',
1006 '../../src/types.h', 1009 '../../src/types.h',
1007 '../../src/typing-asm.cc', 1010 '../../src/typing-asm.cc',
1008 '../../src/typing-asm.h', 1011 '../../src/typing-asm.h',
1009 '../../src/typing-reset.cc', 1012 '../../src/typing-reset.cc',
1010 '../../src/typing-reset.h', 1013 '../../src/typing-reset.h',
1011 '../../src/typing.cc',
1012 '../../src/typing.h',
1013 '../../src/unicode-inl.h', 1014 '../../src/unicode-inl.h',
1014 '../../src/unicode.cc', 1015 '../../src/unicode.cc',
1015 '../../src/unicode.h', 1016 '../../src/unicode.h',
1016 '../../src/unicode-cache-inl.h', 1017 '../../src/unicode-cache-inl.h',
1017 '../../src/unicode-cache.h', 1018 '../../src/unicode-cache.h',
1018 '../../src/unicode-decoder.cc', 1019 '../../src/unicode-decoder.cc',
1019 '../../src/unicode-decoder.h', 1020 '../../src/unicode-decoder.h',
1020 '../../src/unique.h',
1021 '../../src/utils.cc', 1021 '../../src/utils.cc',
1022 '../../src/utils.h', 1022 '../../src/utils.h',
1023 '../../src/v8.cc', 1023 '../../src/v8.cc',
1024 '../../src/v8.h', 1024 '../../src/v8.h',
1025 '../../src/v8memory.h', 1025 '../../src/v8memory.h',
1026 '../../src/v8threads.cc', 1026 '../../src/v8threads.cc',
1027 '../../src/v8threads.h', 1027 '../../src/v8threads.h',
1028 '../../src/variables.cc', 1028 '../../src/variables.cc',
1029 '../../src/variables.h', 1029 '../../src/variables.h',
1030 '../../src/vector.h', 1030 '../../src/vector.h',
(...skipping 27 matching lines...) Expand all
1058 '../../src/arm/codegen-arm.h', 1058 '../../src/arm/codegen-arm.h',
1059 '../../src/arm/constants-arm.h', 1059 '../../src/arm/constants-arm.h',
1060 '../../src/arm/constants-arm.cc', 1060 '../../src/arm/constants-arm.cc',
1061 '../../src/arm/cpu-arm.cc', 1061 '../../src/arm/cpu-arm.cc',
1062 '../../src/arm/deoptimizer-arm.cc', 1062 '../../src/arm/deoptimizer-arm.cc',
1063 '../../src/arm/disasm-arm.cc', 1063 '../../src/arm/disasm-arm.cc',
1064 '../../src/arm/frames-arm.cc', 1064 '../../src/arm/frames-arm.cc',
1065 '../../src/arm/frames-arm.h', 1065 '../../src/arm/frames-arm.h',
1066 '../../src/arm/interface-descriptors-arm.cc', 1066 '../../src/arm/interface-descriptors-arm.cc',
1067 '../../src/arm/interface-descriptors-arm.h', 1067 '../../src/arm/interface-descriptors-arm.h',
1068 '../../src/arm/lithium-arm.cc',
1069 '../../src/arm/lithium-arm.h',
1070 '../../src/arm/lithium-codegen-arm.cc',
1071 '../../src/arm/lithium-codegen-arm.h',
1072 '../../src/arm/lithium-gap-resolver-arm.cc',
1073 '../../src/arm/lithium-gap-resolver-arm.h',
1074 '../../src/arm/macro-assembler-arm.cc', 1068 '../../src/arm/macro-assembler-arm.cc',
1075 '../../src/arm/macro-assembler-arm.h', 1069 '../../src/arm/macro-assembler-arm.h',
1076 '../../src/arm/simulator-arm.cc', 1070 '../../src/arm/simulator-arm.cc',
1077 '../../src/arm/simulator-arm.h', 1071 '../../src/arm/simulator-arm.h',
1078 '../../src/compiler/arm/code-generator-arm.cc', 1072 '../../src/compiler/arm/code-generator-arm.cc',
1079 '../../src/compiler/arm/instruction-codes-arm.h', 1073 '../../src/compiler/arm/instruction-codes-arm.h',
1080 '../../src/compiler/arm/instruction-selector-arm.cc', 1074 '../../src/compiler/arm/instruction-selector-arm.cc',
1075 '../../src/crankshaft/arm/lithium-arm.cc',
1076 '../../src/crankshaft/arm/lithium-arm.h',
1077 '../../src/crankshaft/arm/lithium-codegen-arm.cc',
1078 '../../src/crankshaft/arm/lithium-codegen-arm.h',
1079 '../../src/crankshaft/arm/lithium-gap-resolver-arm.cc',
1080 '../../src/crankshaft/arm/lithium-gap-resolver-arm.h',
1081 '../../src/debug/arm/debug-arm.cc', 1081 '../../src/debug/arm/debug-arm.cc',
1082 '../../src/full-codegen/arm/full-codegen-arm.cc', 1082 '../../src/full-codegen/arm/full-codegen-arm.cc',
1083 '../../src/ic/arm/access-compiler-arm.cc', 1083 '../../src/ic/arm/access-compiler-arm.cc',
1084 '../../src/ic/arm/handler-compiler-arm.cc', 1084 '../../src/ic/arm/handler-compiler-arm.cc',
1085 '../../src/ic/arm/ic-arm.cc', 1085 '../../src/ic/arm/ic-arm.cc',
1086 '../../src/ic/arm/ic-compiler-arm.cc', 1086 '../../src/ic/arm/ic-compiler-arm.cc',
1087 '../../src/ic/arm/stub-cache-arm.cc', 1087 '../../src/ic/arm/stub-cache-arm.cc',
1088 '../../src/regexp/arm/regexp-macro-assembler-arm.cc', 1088 '../../src/regexp/arm/regexp-macro-assembler-arm.cc',
1089 '../../src/regexp/arm/regexp-macro-assembler-arm.h', 1089 '../../src/regexp/arm/regexp-macro-assembler-arm.h',
1090 ], 1090 ],
1091 }], 1091 }],
1092 ['v8_target_arch=="arm64"', { 1092 ['v8_target_arch=="arm64"', {
1093 'sources': [ ### gcmole(arch:arm64) ### 1093 'sources': [ ### gcmole(arch:arm64) ###
1094 '../../src/arm64/assembler-arm64.cc', 1094 '../../src/arm64/assembler-arm64.cc',
1095 '../../src/arm64/assembler-arm64.h', 1095 '../../src/arm64/assembler-arm64.h',
1096 '../../src/arm64/assembler-arm64-inl.h', 1096 '../../src/arm64/assembler-arm64-inl.h',
1097 '../../src/arm64/builtins-arm64.cc', 1097 '../../src/arm64/builtins-arm64.cc',
1098 '../../src/arm64/codegen-arm64.cc', 1098 '../../src/arm64/codegen-arm64.cc',
1099 '../../src/arm64/codegen-arm64.h', 1099 '../../src/arm64/codegen-arm64.h',
1100 '../../src/arm64/code-stubs-arm64.cc', 1100 '../../src/arm64/code-stubs-arm64.cc',
1101 '../../src/arm64/code-stubs-arm64.h', 1101 '../../src/arm64/code-stubs-arm64.h',
1102 '../../src/arm64/constants-arm64.h', 1102 '../../src/arm64/constants-arm64.h',
1103 '../../src/arm64/cpu-arm64.cc', 1103 '../../src/arm64/cpu-arm64.cc',
1104 '../../src/arm64/decoder-arm64.cc', 1104 '../../src/arm64/decoder-arm64.cc',
1105 '../../src/arm64/decoder-arm64.h', 1105 '../../src/arm64/decoder-arm64.h',
1106 '../../src/arm64/decoder-arm64-inl.h', 1106 '../../src/arm64/decoder-arm64-inl.h',
1107 '../../src/arm64/delayed-masm-arm64.cc',
1108 '../../src/arm64/delayed-masm-arm64.h',
1109 '../../src/arm64/delayed-masm-arm64-inl.h',
1110 '../../src/arm64/deoptimizer-arm64.cc', 1107 '../../src/arm64/deoptimizer-arm64.cc',
1111 '../../src/arm64/disasm-arm64.cc', 1108 '../../src/arm64/disasm-arm64.cc',
1112 '../../src/arm64/disasm-arm64.h', 1109 '../../src/arm64/disasm-arm64.h',
1113 '../../src/arm64/frames-arm64.cc', 1110 '../../src/arm64/frames-arm64.cc',
1114 '../../src/arm64/frames-arm64.h', 1111 '../../src/arm64/frames-arm64.h',
1115 '../../src/arm64/instructions-arm64.cc', 1112 '../../src/arm64/instructions-arm64.cc',
1116 '../../src/arm64/instructions-arm64.h', 1113 '../../src/arm64/instructions-arm64.h',
1117 '../../src/arm64/instrument-arm64.cc', 1114 '../../src/arm64/instrument-arm64.cc',
1118 '../../src/arm64/instrument-arm64.h', 1115 '../../src/arm64/instrument-arm64.h',
1119 '../../src/arm64/interface-descriptors-arm64.cc', 1116 '../../src/arm64/interface-descriptors-arm64.cc',
1120 '../../src/arm64/interface-descriptors-arm64.h', 1117 '../../src/arm64/interface-descriptors-arm64.h',
1121 '../../src/arm64/lithium-arm64.cc',
1122 '../../src/arm64/lithium-arm64.h',
1123 '../../src/arm64/lithium-codegen-arm64.cc',
1124 '../../src/arm64/lithium-codegen-arm64.h',
1125 '../../src/arm64/lithium-gap-resolver-arm64.cc',
1126 '../../src/arm64/lithium-gap-resolver-arm64.h',
1127 '../../src/arm64/macro-assembler-arm64.cc', 1118 '../../src/arm64/macro-assembler-arm64.cc',
1128 '../../src/arm64/macro-assembler-arm64.h', 1119 '../../src/arm64/macro-assembler-arm64.h',
1129 '../../src/arm64/macro-assembler-arm64-inl.h', 1120 '../../src/arm64/macro-assembler-arm64-inl.h',
1130 '../../src/arm64/simulator-arm64.cc', 1121 '../../src/arm64/simulator-arm64.cc',
1131 '../../src/arm64/simulator-arm64.h', 1122 '../../src/arm64/simulator-arm64.h',
1132 '../../src/arm64/utils-arm64.cc', 1123 '../../src/arm64/utils-arm64.cc',
1133 '../../src/arm64/utils-arm64.h', 1124 '../../src/arm64/utils-arm64.h',
1134 '../../src/compiler/arm64/code-generator-arm64.cc', 1125 '../../src/compiler/arm64/code-generator-arm64.cc',
1135 '../../src/compiler/arm64/instruction-codes-arm64.h', 1126 '../../src/compiler/arm64/instruction-codes-arm64.h',
1136 '../../src/compiler/arm64/instruction-selector-arm64.cc', 1127 '../../src/compiler/arm64/instruction-selector-arm64.cc',
1128 '../../src/crankshaft/arm64/delayed-masm-arm64.cc',
1129 '../../src/crankshaft/arm64/delayed-masm-arm64.h',
1130 '../../src/crankshaft/arm64/delayed-masm-arm64-inl.h',
1131 '../../src/crankshaft/arm64/lithium-arm64.cc',
1132 '../../src/crankshaft/arm64/lithium-arm64.h',
1133 '../../src/crankshaft/arm64/lithium-codegen-arm64.cc',
1134 '../../src/crankshaft/arm64/lithium-codegen-arm64.h',
1135 '../../src/crankshaft/arm64/lithium-gap-resolver-arm64.cc',
1136 '../../src/crankshaft/arm64/lithium-gap-resolver-arm64.h',
1137 '../../src/debug/arm64/debug-arm64.cc', 1137 '../../src/debug/arm64/debug-arm64.cc',
1138 '../../src/full-codegen/arm64/full-codegen-arm64.cc', 1138 '../../src/full-codegen/arm64/full-codegen-arm64.cc',
1139 '../../src/ic/arm64/access-compiler-arm64.cc', 1139 '../../src/ic/arm64/access-compiler-arm64.cc',
1140 '../../src/ic/arm64/handler-compiler-arm64.cc', 1140 '../../src/ic/arm64/handler-compiler-arm64.cc',
1141 '../../src/ic/arm64/ic-arm64.cc', 1141 '../../src/ic/arm64/ic-arm64.cc',
1142 '../../src/ic/arm64/ic-compiler-arm64.cc', 1142 '../../src/ic/arm64/ic-compiler-arm64.cc',
1143 '../../src/ic/arm64/stub-cache-arm64.cc', 1143 '../../src/ic/arm64/stub-cache-arm64.cc',
1144 '../../src/regexp/arm64/regexp-macro-assembler-arm64.cc', 1144 '../../src/regexp/arm64/regexp-macro-assembler-arm64.cc',
1145 '../../src/regexp/arm64/regexp-macro-assembler-arm64.h', 1145 '../../src/regexp/arm64/regexp-macro-assembler-arm64.h',
1146 ], 1146 ],
1147 }], 1147 }],
1148 ['v8_target_arch=="ia32"', { 1148 ['v8_target_arch=="ia32"', {
1149 'sources': [ ### gcmole(arch:ia32) ### 1149 'sources': [ ### gcmole(arch:ia32) ###
1150 '../../src/ia32/assembler-ia32-inl.h', 1150 '../../src/ia32/assembler-ia32-inl.h',
1151 '../../src/ia32/assembler-ia32.cc', 1151 '../../src/ia32/assembler-ia32.cc',
1152 '../../src/ia32/assembler-ia32.h', 1152 '../../src/ia32/assembler-ia32.h',
1153 '../../src/ia32/builtins-ia32.cc', 1153 '../../src/ia32/builtins-ia32.cc',
1154 '../../src/ia32/code-stubs-ia32.cc', 1154 '../../src/ia32/code-stubs-ia32.cc',
1155 '../../src/ia32/code-stubs-ia32.h', 1155 '../../src/ia32/code-stubs-ia32.h',
1156 '../../src/ia32/codegen-ia32.cc', 1156 '../../src/ia32/codegen-ia32.cc',
1157 '../../src/ia32/codegen-ia32.h', 1157 '../../src/ia32/codegen-ia32.h',
1158 '../../src/ia32/cpu-ia32.cc', 1158 '../../src/ia32/cpu-ia32.cc',
1159 '../../src/ia32/deoptimizer-ia32.cc', 1159 '../../src/ia32/deoptimizer-ia32.cc',
1160 '../../src/ia32/disasm-ia32.cc', 1160 '../../src/ia32/disasm-ia32.cc',
1161 '../../src/ia32/frames-ia32.cc', 1161 '../../src/ia32/frames-ia32.cc',
1162 '../../src/ia32/frames-ia32.h', 1162 '../../src/ia32/frames-ia32.h',
1163 '../../src/ia32/interface-descriptors-ia32.cc', 1163 '../../src/ia32/interface-descriptors-ia32.cc',
1164 '../../src/ia32/lithium-codegen-ia32.cc',
1165 '../../src/ia32/lithium-codegen-ia32.h',
1166 '../../src/ia32/lithium-gap-resolver-ia32.cc',
1167 '../../src/ia32/lithium-gap-resolver-ia32.h',
1168 '../../src/ia32/lithium-ia32.cc',
1169 '../../src/ia32/lithium-ia32.h',
1170 '../../src/ia32/macro-assembler-ia32.cc', 1164 '../../src/ia32/macro-assembler-ia32.cc',
1171 '../../src/ia32/macro-assembler-ia32.h', 1165 '../../src/ia32/macro-assembler-ia32.h',
1172 '../../src/compiler/ia32/code-generator-ia32.cc', 1166 '../../src/compiler/ia32/code-generator-ia32.cc',
1173 '../../src/compiler/ia32/instruction-codes-ia32.h', 1167 '../../src/compiler/ia32/instruction-codes-ia32.h',
1174 '../../src/compiler/ia32/instruction-selector-ia32.cc', 1168 '../../src/compiler/ia32/instruction-selector-ia32.cc',
1169 '../../src/crankshaft/ia32/lithium-codegen-ia32.cc',
1170 '../../src/crankshaft/ia32/lithium-codegen-ia32.h',
1171 '../../src/crankshaft/ia32/lithium-gap-resolver-ia32.cc',
1172 '../../src/crankshaft/ia32/lithium-gap-resolver-ia32.h',
1173 '../../src/crankshaft/ia32/lithium-ia32.cc',
1174 '../../src/crankshaft/ia32/lithium-ia32.h',
1175 '../../src/debug/ia32/debug-ia32.cc', 1175 '../../src/debug/ia32/debug-ia32.cc',
1176 '../../src/full-codegen/ia32/full-codegen-ia32.cc', 1176 '../../src/full-codegen/ia32/full-codegen-ia32.cc',
1177 '../../src/ic/ia32/access-compiler-ia32.cc', 1177 '../../src/ic/ia32/access-compiler-ia32.cc',
1178 '../../src/ic/ia32/handler-compiler-ia32.cc', 1178 '../../src/ic/ia32/handler-compiler-ia32.cc',
1179 '../../src/ic/ia32/ic-ia32.cc', 1179 '../../src/ic/ia32/ic-ia32.cc',
1180 '../../src/ic/ia32/ic-compiler-ia32.cc', 1180 '../../src/ic/ia32/ic-compiler-ia32.cc',
1181 '../../src/ic/ia32/stub-cache-ia32.cc', 1181 '../../src/ic/ia32/stub-cache-ia32.cc',
1182 '../../src/regexp/ia32/regexp-macro-assembler-ia32.cc', 1182 '../../src/regexp/ia32/regexp-macro-assembler-ia32.cc',
1183 '../../src/regexp/ia32/regexp-macro-assembler-ia32.h', 1183 '../../src/regexp/ia32/regexp-macro-assembler-ia32.h',
1184 ], 1184 ],
1185 }], 1185 }],
1186 ['v8_target_arch=="x87"', { 1186 ['v8_target_arch=="x87"', {
1187 'sources': [ ### gcmole(arch:x87) ### 1187 'sources': [ ### gcmole(arch:x87) ###
1188 '../../src/x87/assembler-x87-inl.h', 1188 '../../src/x87/assembler-x87-inl.h',
1189 '../../src/x87/assembler-x87.cc', 1189 '../../src/x87/assembler-x87.cc',
1190 '../../src/x87/assembler-x87.h', 1190 '../../src/x87/assembler-x87.h',
1191 '../../src/x87/builtins-x87.cc', 1191 '../../src/x87/builtins-x87.cc',
1192 '../../src/x87/code-stubs-x87.cc', 1192 '../../src/x87/code-stubs-x87.cc',
1193 '../../src/x87/code-stubs-x87.h', 1193 '../../src/x87/code-stubs-x87.h',
1194 '../../src/x87/codegen-x87.cc', 1194 '../../src/x87/codegen-x87.cc',
1195 '../../src/x87/codegen-x87.h', 1195 '../../src/x87/codegen-x87.h',
1196 '../../src/x87/cpu-x87.cc', 1196 '../../src/x87/cpu-x87.cc',
1197 '../../src/x87/deoptimizer-x87.cc', 1197 '../../src/x87/deoptimizer-x87.cc',
1198 '../../src/x87/disasm-x87.cc', 1198 '../../src/x87/disasm-x87.cc',
1199 '../../src/x87/frames-x87.cc', 1199 '../../src/x87/frames-x87.cc',
1200 '../../src/x87/frames-x87.h', 1200 '../../src/x87/frames-x87.h',
1201 '../../src/x87/interface-descriptors-x87.cc', 1201 '../../src/x87/interface-descriptors-x87.cc',
1202 '../../src/x87/lithium-codegen-x87.cc',
1203 '../../src/x87/lithium-codegen-x87.h',
1204 '../../src/x87/lithium-gap-resolver-x87.cc',
1205 '../../src/x87/lithium-gap-resolver-x87.h',
1206 '../../src/x87/lithium-x87.cc',
1207 '../../src/x87/lithium-x87.h',
1208 '../../src/x87/macro-assembler-x87.cc', 1202 '../../src/x87/macro-assembler-x87.cc',
1209 '../../src/x87/macro-assembler-x87.h', 1203 '../../src/x87/macro-assembler-x87.h',
1210 '../../src/compiler/x87/code-generator-x87.cc', 1204 '../../src/compiler/x87/code-generator-x87.cc',
1211 '../../src/compiler/x87/instruction-codes-x87.h', 1205 '../../src/compiler/x87/instruction-codes-x87.h',
1212 '../../src/compiler/x87/instruction-selector-x87.cc', 1206 '../../src/compiler/x87/instruction-selector-x87.cc',
1207 '../../src/crankshaft/x87/lithium-codegen-x87.cc',
1208 '../../src/crankshaft/x87/lithium-codegen-x87.h',
1209 '../../src/crankshaft/x87/lithium-gap-resolver-x87.cc',
1210 '../../src/crankshaft/x87/lithium-gap-resolver-x87.h',
1211 '../../src/crankshaft/x87/lithium-x87.cc',
1212 '../../src/crankshaft/x87/lithium-x87.h',
1213 '../../src/debug/x87/debug-x87.cc', 1213 '../../src/debug/x87/debug-x87.cc',
1214 '../../src/full-codegen/x87/full-codegen-x87.cc', 1214 '../../src/full-codegen/x87/full-codegen-x87.cc',
1215 '../../src/ic/x87/access-compiler-x87.cc', 1215 '../../src/ic/x87/access-compiler-x87.cc',
1216 '../../src/ic/x87/handler-compiler-x87.cc', 1216 '../../src/ic/x87/handler-compiler-x87.cc',
1217 '../../src/ic/x87/ic-x87.cc', 1217 '../../src/ic/x87/ic-x87.cc',
1218 '../../src/ic/x87/ic-compiler-x87.cc', 1218 '../../src/ic/x87/ic-compiler-x87.cc',
1219 '../../src/ic/x87/stub-cache-x87.cc', 1219 '../../src/ic/x87/stub-cache-x87.cc',
1220 '../../src/regexp/x87/regexp-macro-assembler-x87.cc', 1220 '../../src/regexp/x87/regexp-macro-assembler-x87.cc',
1221 '../../src/regexp/x87/regexp-macro-assembler-x87.h', 1221 '../../src/regexp/x87/regexp-macro-assembler-x87.h',
1222 ], 1222 ],
1223 }], 1223 }],
1224 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 1224 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
1225 'sources': [ ### gcmole(arch:mipsel) ### 1225 'sources': [ ### gcmole(arch:mipsel) ###
1226 '../../src/mips/assembler-mips.cc', 1226 '../../src/mips/assembler-mips.cc',
1227 '../../src/mips/assembler-mips.h', 1227 '../../src/mips/assembler-mips.h',
1228 '../../src/mips/assembler-mips-inl.h', 1228 '../../src/mips/assembler-mips-inl.h',
1229 '../../src/mips/builtins-mips.cc', 1229 '../../src/mips/builtins-mips.cc',
1230 '../../src/mips/codegen-mips.cc', 1230 '../../src/mips/codegen-mips.cc',
1231 '../../src/mips/codegen-mips.h', 1231 '../../src/mips/codegen-mips.h',
1232 '../../src/mips/code-stubs-mips.cc', 1232 '../../src/mips/code-stubs-mips.cc',
1233 '../../src/mips/code-stubs-mips.h', 1233 '../../src/mips/code-stubs-mips.h',
1234 '../../src/mips/constants-mips.cc', 1234 '../../src/mips/constants-mips.cc',
1235 '../../src/mips/constants-mips.h', 1235 '../../src/mips/constants-mips.h',
1236 '../../src/mips/cpu-mips.cc', 1236 '../../src/mips/cpu-mips.cc',
1237 '../../src/mips/deoptimizer-mips.cc', 1237 '../../src/mips/deoptimizer-mips.cc',
1238 '../../src/mips/disasm-mips.cc', 1238 '../../src/mips/disasm-mips.cc',
1239 '../../src/mips/frames-mips.cc', 1239 '../../src/mips/frames-mips.cc',
1240 '../../src/mips/frames-mips.h', 1240 '../../src/mips/frames-mips.h',
1241 '../../src/mips/interface-descriptors-mips.cc', 1241 '../../src/mips/interface-descriptors-mips.cc',
1242 '../../src/mips/lithium-codegen-mips.cc',
1243 '../../src/mips/lithium-codegen-mips.h',
1244 '../../src/mips/lithium-gap-resolver-mips.cc',
1245 '../../src/mips/lithium-gap-resolver-mips.h',
1246 '../../src/mips/lithium-mips.cc',
1247 '../../src/mips/lithium-mips.h',
1248 '../../src/mips/macro-assembler-mips.cc', 1242 '../../src/mips/macro-assembler-mips.cc',
1249 '../../src/mips/macro-assembler-mips.h', 1243 '../../src/mips/macro-assembler-mips.h',
1250 '../../src/mips/simulator-mips.cc', 1244 '../../src/mips/simulator-mips.cc',
1251 '../../src/mips/simulator-mips.h', 1245 '../../src/mips/simulator-mips.h',
1252 '../../src/compiler/mips/code-generator-mips.cc', 1246 '../../src/compiler/mips/code-generator-mips.cc',
1253 '../../src/compiler/mips/instruction-codes-mips.h', 1247 '../../src/compiler/mips/instruction-codes-mips.h',
1254 '../../src/compiler/mips/instruction-selector-mips.cc', 1248 '../../src/compiler/mips/instruction-selector-mips.cc',
1249 '../../src/crankshaft/mips/lithium-codegen-mips.cc',
1250 '../../src/crankshaft/mips/lithium-codegen-mips.h',
1251 '../../src/crankshaft/mips/lithium-gap-resolver-mips.cc',
1252 '../../src/crankshaft/mips/lithium-gap-resolver-mips.h',
1253 '../../src/crankshaft/mips/lithium-mips.cc',
1254 '../../src/crankshaft/mips/lithium-mips.h',
1255 '../../src/full-codegen/mips/full-codegen-mips.cc', 1255 '../../src/full-codegen/mips/full-codegen-mips.cc',
1256 '../../src/debug/mips/debug-mips.cc', 1256 '../../src/debug/mips/debug-mips.cc',
1257 '../../src/ic/mips/access-compiler-mips.cc', 1257 '../../src/ic/mips/access-compiler-mips.cc',
1258 '../../src/ic/mips/handler-compiler-mips.cc', 1258 '../../src/ic/mips/handler-compiler-mips.cc',
1259 '../../src/ic/mips/ic-mips.cc', 1259 '../../src/ic/mips/ic-mips.cc',
1260 '../../src/ic/mips/ic-compiler-mips.cc', 1260 '../../src/ic/mips/ic-compiler-mips.cc',
1261 '../../src/ic/mips/stub-cache-mips.cc', 1261 '../../src/ic/mips/stub-cache-mips.cc',
1262 '../../src/regexp/mips/regexp-macro-assembler-mips.cc', 1262 '../../src/regexp/mips/regexp-macro-assembler-mips.cc',
1263 '../../src/regexp/mips/regexp-macro-assembler-mips.h', 1263 '../../src/regexp/mips/regexp-macro-assembler-mips.h',
1264 ], 1264 ],
1265 }], 1265 }],
1266 ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', { 1266 ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
1267 'sources': [ ### gcmole(arch:mips64el) ### 1267 'sources': [ ### gcmole(arch:mips64el) ###
1268 '../../src/mips64/assembler-mips64.cc', 1268 '../../src/mips64/assembler-mips64.cc',
1269 '../../src/mips64/assembler-mips64.h', 1269 '../../src/mips64/assembler-mips64.h',
1270 '../../src/mips64/assembler-mips64-inl.h', 1270 '../../src/mips64/assembler-mips64-inl.h',
1271 '../../src/mips64/builtins-mips64.cc', 1271 '../../src/mips64/builtins-mips64.cc',
1272 '../../src/mips64/codegen-mips64.cc', 1272 '../../src/mips64/codegen-mips64.cc',
1273 '../../src/mips64/codegen-mips64.h', 1273 '../../src/mips64/codegen-mips64.h',
1274 '../../src/mips64/code-stubs-mips64.cc', 1274 '../../src/mips64/code-stubs-mips64.cc',
1275 '../../src/mips64/code-stubs-mips64.h', 1275 '../../src/mips64/code-stubs-mips64.h',
1276 '../../src/mips64/constants-mips64.cc', 1276 '../../src/mips64/constants-mips64.cc',
1277 '../../src/mips64/constants-mips64.h', 1277 '../../src/mips64/constants-mips64.h',
1278 '../../src/mips64/cpu-mips64.cc', 1278 '../../src/mips64/cpu-mips64.cc',
1279 '../../src/mips64/deoptimizer-mips64.cc', 1279 '../../src/mips64/deoptimizer-mips64.cc',
1280 '../../src/mips64/disasm-mips64.cc', 1280 '../../src/mips64/disasm-mips64.cc',
1281 '../../src/mips64/frames-mips64.cc', 1281 '../../src/mips64/frames-mips64.cc',
1282 '../../src/mips64/frames-mips64.h', 1282 '../../src/mips64/frames-mips64.h',
1283 '../../src/mips64/interface-descriptors-mips64.cc', 1283 '../../src/mips64/interface-descriptors-mips64.cc',
1284 '../../src/mips64/lithium-codegen-mips64.cc',
1285 '../../src/mips64/lithium-codegen-mips64.h',
1286 '../../src/mips64/lithium-gap-resolver-mips64.cc',
1287 '../../src/mips64/lithium-gap-resolver-mips64.h',
1288 '../../src/mips64/lithium-mips64.cc',
1289 '../../src/mips64/lithium-mips64.h',
1290 '../../src/mips64/macro-assembler-mips64.cc', 1284 '../../src/mips64/macro-assembler-mips64.cc',
1291 '../../src/mips64/macro-assembler-mips64.h', 1285 '../../src/mips64/macro-assembler-mips64.h',
1292 '../../src/mips64/simulator-mips64.cc', 1286 '../../src/mips64/simulator-mips64.cc',
1293 '../../src/mips64/simulator-mips64.h', 1287 '../../src/mips64/simulator-mips64.h',
1294 '../../src/compiler/mips64/code-generator-mips64.cc', 1288 '../../src/compiler/mips64/code-generator-mips64.cc',
1295 '../../src/compiler/mips64/instruction-codes-mips64.h', 1289 '../../src/compiler/mips64/instruction-codes-mips64.h',
1296 '../../src/compiler/mips64/instruction-selector-mips64.cc', 1290 '../../src/compiler/mips64/instruction-selector-mips64.cc',
1291 '../../src/crankshaft/mips64/lithium-codegen-mips64.cc',
1292 '../../src/crankshaft/mips64/lithium-codegen-mips64.h',
1293 '../../src/crankshaft/mips64/lithium-gap-resolver-mips64.cc',
1294 '../../src/crankshaft/mips64/lithium-gap-resolver-mips64.h',
1295 '../../src/crankshaft/mips64/lithium-mips64.cc',
1296 '../../src/crankshaft/mips64/lithium-mips64.h',
1297 '../../src/debug/mips64/debug-mips64.cc', 1297 '../../src/debug/mips64/debug-mips64.cc',
1298 '../../src/full-codegen/mips64/full-codegen-mips64.cc', 1298 '../../src/full-codegen/mips64/full-codegen-mips64.cc',
1299 '../../src/ic/mips64/access-compiler-mips64.cc', 1299 '../../src/ic/mips64/access-compiler-mips64.cc',
1300 '../../src/ic/mips64/handler-compiler-mips64.cc', 1300 '../../src/ic/mips64/handler-compiler-mips64.cc',
1301 '../../src/ic/mips64/ic-mips64.cc', 1301 '../../src/ic/mips64/ic-mips64.cc',
1302 '../../src/ic/mips64/ic-compiler-mips64.cc', 1302 '../../src/ic/mips64/ic-compiler-mips64.cc',
1303 '../../src/ic/mips64/stub-cache-mips64.cc', 1303 '../../src/ic/mips64/stub-cache-mips64.cc',
1304 '../../src/regexp/mips64/regexp-macro-assembler-mips64.cc', 1304 '../../src/regexp/mips64/regexp-macro-assembler-mips64.cc',
1305 '../../src/regexp/mips64/regexp-macro-assembler-mips64.h', 1305 '../../src/regexp/mips64/regexp-macro-assembler-mips64.h',
1306 ], 1306 ],
1307 }], 1307 }],
1308 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1308 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
1309 'sources': [ ### gcmole(arch:x64) ### 1309 'sources': [ ### gcmole(arch:x64) ###
1310 '../../src/crankshaft/x64/lithium-codegen-x64.cc',
1311 '../../src/crankshaft/x64/lithium-codegen-x64.h',
1312 '../../src/crankshaft/x64/lithium-gap-resolver-x64.cc',
1313 '../../src/crankshaft/x64/lithium-gap-resolver-x64.h',
1314 '../../src/crankshaft/x64/lithium-x64.cc',
1315 '../../src/crankshaft/x64/lithium-x64.h',
1310 '../../src/x64/assembler-x64-inl.h', 1316 '../../src/x64/assembler-x64-inl.h',
1311 '../../src/x64/assembler-x64.cc', 1317 '../../src/x64/assembler-x64.cc',
1312 '../../src/x64/assembler-x64.h', 1318 '../../src/x64/assembler-x64.h',
1313 '../../src/x64/builtins-x64.cc', 1319 '../../src/x64/builtins-x64.cc',
1314 '../../src/x64/code-stubs-x64.cc', 1320 '../../src/x64/code-stubs-x64.cc',
1315 '../../src/x64/code-stubs-x64.h', 1321 '../../src/x64/code-stubs-x64.h',
1316 '../../src/x64/codegen-x64.cc', 1322 '../../src/x64/codegen-x64.cc',
1317 '../../src/x64/codegen-x64.h', 1323 '../../src/x64/codegen-x64.h',
1318 '../../src/x64/cpu-x64.cc', 1324 '../../src/x64/cpu-x64.cc',
1319 '../../src/x64/deoptimizer-x64.cc', 1325 '../../src/x64/deoptimizer-x64.cc',
1320 '../../src/x64/disasm-x64.cc', 1326 '../../src/x64/disasm-x64.cc',
1321 '../../src/x64/frames-x64.cc', 1327 '../../src/x64/frames-x64.cc',
1322 '../../src/x64/frames-x64.h', 1328 '../../src/x64/frames-x64.h',
1323 '../../src/x64/interface-descriptors-x64.cc', 1329 '../../src/x64/interface-descriptors-x64.cc',
1324 '../../src/x64/lithium-codegen-x64.cc',
1325 '../../src/x64/lithium-codegen-x64.h',
1326 '../../src/x64/lithium-gap-resolver-x64.cc',
1327 '../../src/x64/lithium-gap-resolver-x64.h',
1328 '../../src/x64/lithium-x64.cc',
1329 '../../src/x64/lithium-x64.h',
1330 '../../src/x64/macro-assembler-x64.cc', 1330 '../../src/x64/macro-assembler-x64.cc',
1331 '../../src/x64/macro-assembler-x64.h', 1331 '../../src/x64/macro-assembler-x64.h',
1332 '../../src/debug/x64/debug-x64.cc', 1332 '../../src/debug/x64/debug-x64.cc',
1333 '../../src/full-codegen/x64/full-codegen-x64.cc', 1333 '../../src/full-codegen/x64/full-codegen-x64.cc',
1334 '../../src/ic/x64/access-compiler-x64.cc', 1334 '../../src/ic/x64/access-compiler-x64.cc',
1335 '../../src/ic/x64/handler-compiler-x64.cc', 1335 '../../src/ic/x64/handler-compiler-x64.cc',
1336 '../../src/ic/x64/ic-x64.cc', 1336 '../../src/ic/x64/ic-x64.cc',
1337 '../../src/ic/x64/ic-compiler-x64.cc', 1337 '../../src/ic/x64/ic-compiler-x64.cc',
1338 '../../src/ic/x64/stub-cache-x64.cc', 1338 '../../src/ic/x64/stub-cache-x64.cc',
1339 '../../src/regexp/x64/regexp-macro-assembler-x64.cc', 1339 '../../src/regexp/x64/regexp-macro-assembler-x64.cc',
1340 '../../src/regexp/x64/regexp-macro-assembler-x64.h', 1340 '../../src/regexp/x64/regexp-macro-assembler-x64.h',
1341 ], 1341 ],
1342 }], 1342 }],
1343 ['v8_target_arch=="x64"', { 1343 ['v8_target_arch=="x64"', {
1344 'sources': [ 1344 'sources': [
1345 '../../src/compiler/x64/code-generator-x64.cc', 1345 '../../src/compiler/x64/code-generator-x64.cc',
1346 '../../src/compiler/x64/instruction-codes-x64.h', 1346 '../../src/compiler/x64/instruction-codes-x64.h',
1347 '../../src/compiler/x64/instruction-selector-x64.cc', 1347 '../../src/compiler/x64/instruction-selector-x64.cc',
1348 ], 1348 ],
1349 }], 1349 }],
1350 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1350 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1351 'sources': [ ### gcmole(arch:ppc) ### 1351 'sources': [ ### gcmole(arch:ppc) ###
1352 '../../src/compiler/ppc/code-generator-ppc.cc',
1353 '../../src/compiler/ppc/instruction-codes-ppc.h',
1354 '../../src/compiler/ppc/instruction-selector-ppc.cc',
1355 '../../src/crankshaft/ppc/lithium-ppc.cc',
1356 '../../src/crankshaft/ppc/lithium-ppc.h',
1357 '../../src/crankshaft/ppc/lithium-codegen-ppc.cc',
1358 '../../src/crankshaft/ppc/lithium-codegen-ppc.h',
1359 '../../src/crankshaft/ppc/lithium-gap-resolver-ppc.cc',
1360 '../../src/crankshaft/ppc/lithium-gap-resolver-ppc.h',
1361 '../../src/debug/ppc/debug-ppc.cc',
1362 '../../src/full-codegen/ppc/full-codegen-ppc.cc',
1363 '../../src/ic/ppc/access-compiler-ppc.cc',
1364 '../../src/ic/ppc/handler-compiler-ppc.cc',
1365 '../../src/ic/ppc/ic-ppc.cc',
1366 '../../src/ic/ppc/ic-compiler-ppc.cc',
1367 '../../src/ic/ppc/stub-cache-ppc.cc',
1352 '../../src/ppc/assembler-ppc-inl.h', 1368 '../../src/ppc/assembler-ppc-inl.h',
1353 '../../src/ppc/assembler-ppc.cc', 1369 '../../src/ppc/assembler-ppc.cc',
1354 '../../src/ppc/assembler-ppc.h', 1370 '../../src/ppc/assembler-ppc.h',
1355 '../../src/ppc/builtins-ppc.cc', 1371 '../../src/ppc/builtins-ppc.cc',
1356 '../../src/ppc/code-stubs-ppc.cc', 1372 '../../src/ppc/code-stubs-ppc.cc',
1357 '../../src/ppc/code-stubs-ppc.h', 1373 '../../src/ppc/code-stubs-ppc.h',
1358 '../../src/ppc/codegen-ppc.cc', 1374 '../../src/ppc/codegen-ppc.cc',
1359 '../../src/ppc/codegen-ppc.h', 1375 '../../src/ppc/codegen-ppc.h',
1360 '../../src/ppc/constants-ppc.h', 1376 '../../src/ppc/constants-ppc.h',
1361 '../../src/ppc/constants-ppc.cc', 1377 '../../src/ppc/constants-ppc.cc',
1362 '../../src/ppc/cpu-ppc.cc', 1378 '../../src/ppc/cpu-ppc.cc',
1363 '../../src/ppc/deoptimizer-ppc.cc', 1379 '../../src/ppc/deoptimizer-ppc.cc',
1364 '../../src/ppc/disasm-ppc.cc', 1380 '../../src/ppc/disasm-ppc.cc',
1365 '../../src/ppc/frames-ppc.cc', 1381 '../../src/ppc/frames-ppc.cc',
1366 '../../src/ppc/frames-ppc.h', 1382 '../../src/ppc/frames-ppc.h',
1367 '../../src/ppc/interface-descriptors-ppc.cc', 1383 '../../src/ppc/interface-descriptors-ppc.cc',
1368 '../../src/ppc/interface-descriptors-ppc.h', 1384 '../../src/ppc/interface-descriptors-ppc.h',
1369 '../../src/ppc/lithium-ppc.cc',
1370 '../../src/ppc/lithium-ppc.h',
1371 '../../src/ppc/lithium-codegen-ppc.cc',
1372 '../../src/ppc/lithium-codegen-ppc.h',
1373 '../../src/ppc/lithium-gap-resolver-ppc.cc',
1374 '../../src/ppc/lithium-gap-resolver-ppc.h',
1375 '../../src/ppc/macro-assembler-ppc.cc', 1385 '../../src/ppc/macro-assembler-ppc.cc',
1376 '../../src/ppc/macro-assembler-ppc.h', 1386 '../../src/ppc/macro-assembler-ppc.h',
1377 '../../src/ppc/simulator-ppc.cc', 1387 '../../src/ppc/simulator-ppc.cc',
1378 '../../src/ppc/simulator-ppc.h', 1388 '../../src/ppc/simulator-ppc.h',
1379 '../../src/compiler/ppc/code-generator-ppc.cc',
1380 '../../src/compiler/ppc/instruction-codes-ppc.h',
1381 '../../src/compiler/ppc/instruction-selector-ppc.cc',
1382 '../../src/debug/ppc/debug-ppc.cc',
1383 '../../src/full-codegen/ppc/full-codegen-ppc.cc',
1384 '../../src/ic/ppc/access-compiler-ppc.cc',
1385 '../../src/ic/ppc/handler-compiler-ppc.cc',
1386 '../../src/ic/ppc/ic-ppc.cc',
1387 '../../src/ic/ppc/ic-compiler-ppc.cc',
1388 '../../src/ic/ppc/stub-cache-ppc.cc',
1389 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc', 1389 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc',
1390 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h', 1390 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h',
1391 ], 1391 ],
1392 }], 1392 }],
1393 ['OS=="win"', { 1393 ['OS=="win"', {
1394 'variables': { 1394 'variables': {
1395 'gyp_generators': '<!(echo $GYP_GENERATORS)', 1395 'gyp_generators': '<!(echo $GYP_GENERATORS)',
1396 }, 1396 },
1397 'msvs_disabled_warnings': [4351, 4355, 4800], 1397 'msvs_disabled_warnings': [4351, 4355, 4800],
1398 # When building Official, the .lib is too large and exceeds the 2G 1398 # When building Official, the .lib is too large and exceeds the 2G
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
2094 }], 2094 }],
2095 ['want_separate_host_toolset==1', { 2095 ['want_separate_host_toolset==1', {
2096 'toolsets': ['host'], 2096 'toolsets': ['host'],
2097 }, { 2097 }, {
2098 'toolsets': ['target'], 2098 'toolsets': ['target'],
2099 }], 2099 }],
2100 ], 2100 ],
2101 }, 2101 },
2102 ], 2102 ],
2103 } 2103 }
OLDNEW
« src/isolate.cc ('K') | « test/cctest/test-unique.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698