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

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

Issue 1674633002: Move FastAccessorAssembler from RawMachineAssembler to CodeStubAssembler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove CodeStubAssembler::ContextParameter. Created 4 years, 9 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
« no previous file with comments | « src/fast-accessor-assembler.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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 '../../src/compiler/control-equivalence.h', 568 '../../src/compiler/control-equivalence.h',
569 '../../src/compiler/control-flow-optimizer.cc', 569 '../../src/compiler/control-flow-optimizer.cc',
570 '../../src/compiler/control-flow-optimizer.h', 570 '../../src/compiler/control-flow-optimizer.h',
571 '../../src/compiler/dead-code-elimination.cc', 571 '../../src/compiler/dead-code-elimination.cc',
572 '../../src/compiler/dead-code-elimination.h', 572 '../../src/compiler/dead-code-elimination.h',
573 '../../src/compiler/diamond.h', 573 '../../src/compiler/diamond.h',
574 '../../src/compiler/escape-analysis.cc', 574 '../../src/compiler/escape-analysis.cc',
575 '../../src/compiler/escape-analysis.h', 575 '../../src/compiler/escape-analysis.h',
576 "../../src/compiler/escape-analysis-reducer.cc", 576 "../../src/compiler/escape-analysis-reducer.cc",
577 "../../src/compiler/escape-analysis-reducer.h", 577 "../../src/compiler/escape-analysis-reducer.h",
578 '../../src/compiler/fast-accessor-assembler.cc',
579 '../../src/compiler/fast-accessor-assembler.h',
580 '../../src/compiler/frame.cc', 578 '../../src/compiler/frame.cc',
581 '../../src/compiler/frame.h', 579 '../../src/compiler/frame.h',
582 '../../src/compiler/frame-elider.cc', 580 '../../src/compiler/frame-elider.cc',
583 '../../src/compiler/frame-elider.h', 581 '../../src/compiler/frame-elider.h',
584 "../../src/compiler/frame-states.cc", 582 "../../src/compiler/frame-states.cc",
585 "../../src/compiler/frame-states.h", 583 "../../src/compiler/frame-states.h",
586 '../../src/compiler/gap-resolver.cc', 584 '../../src/compiler/gap-resolver.cc',
587 '../../src/compiler/gap-resolver.h', 585 '../../src/compiler/gap-resolver.h',
588 '../../src/compiler/graph-reducer.cc', 586 '../../src/compiler/graph-reducer.cc',
589 '../../src/compiler/graph-reducer.h', 587 '../../src/compiler/graph-reducer.h',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 '../../src/extensions/free-buffer-extension.cc', 831 '../../src/extensions/free-buffer-extension.cc',
834 '../../src/extensions/free-buffer-extension.h', 832 '../../src/extensions/free-buffer-extension.h',
835 '../../src/extensions/gc-extension.cc', 833 '../../src/extensions/gc-extension.cc',
836 '../../src/extensions/gc-extension.h', 834 '../../src/extensions/gc-extension.h',
837 '../../src/extensions/statistics-extension.cc', 835 '../../src/extensions/statistics-extension.cc',
838 '../../src/extensions/statistics-extension.h', 836 '../../src/extensions/statistics-extension.h',
839 '../../src/extensions/trigger-failure-extension.cc', 837 '../../src/extensions/trigger-failure-extension.cc',
840 '../../src/extensions/trigger-failure-extension.h', 838 '../../src/extensions/trigger-failure-extension.h',
841 '../../src/factory.cc', 839 '../../src/factory.cc',
842 '../../src/factory.h', 840 '../../src/factory.h',
841 '../../src/fast-accessor-assembler.cc',
842 '../../src/fast-accessor-assembler.h',
843 '../../src/fast-dtoa.cc', 843 '../../src/fast-dtoa.cc',
844 '../../src/fast-dtoa.h', 844 '../../src/fast-dtoa.h',
845 '../../src/field-index.h', 845 '../../src/field-index.h',
846 '../../src/field-index-inl.h', 846 '../../src/field-index-inl.h',
847 '../../src/field-type.cc', 847 '../../src/field-type.cc',
848 '../../src/field-type.h', 848 '../../src/field-type.h',
849 '../../src/fixed-dtoa.cc', 849 '../../src/fixed-dtoa.cc',
850 '../../src/fixed-dtoa.h', 850 '../../src/fixed-dtoa.h',
851 '../../src/flag-definitions.h', 851 '../../src/flag-definitions.h',
852 '../../src/flags.cc', 852 '../../src/flags.cc',
(...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after
2265 }], 2265 }],
2266 ['want_separate_host_toolset==1', { 2266 ['want_separate_host_toolset==1', {
2267 'toolsets': ['host'], 2267 'toolsets': ['host'],
2268 }, { 2268 }, {
2269 'toolsets': ['target'], 2269 'toolsets': ['target'],
2270 }], 2270 }],
2271 ], 2271 ],
2272 }, 2272 },
2273 ], 2273 ],
2274 } 2274 }
OLDNEW
« no previous file with comments | « src/fast-accessor-assembler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698