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

Side by Side Diff: src/v8.gyp

Issue 2752213002: [csa] Add CSA::CallBuiltin and Builtins::CallableFor (Closed)
Patch Set: Remove unused variable again Created 3 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
« src/builtins/builtins.cc ('K') | « src/code-stub-assembler.h ('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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'builtins/builtins-symbol-gen.cc', 526 'builtins/builtins-symbol-gen.cc',
527 'builtins/builtins-typedarray.cc', 527 'builtins/builtins-typedarray.cc',
528 'builtins/builtins-typedarray-gen.cc', 528 'builtins/builtins-typedarray-gen.cc',
529 'builtins/builtins-utils.h', 529 'builtins/builtins-utils.h',
530 'builtins/builtins-utils-gen.h', 530 'builtins/builtins-utils-gen.h',
531 'builtins/builtins-wasm-gen.cc', 531 'builtins/builtins-wasm-gen.cc',
532 'builtins/builtins.cc', 532 'builtins/builtins.cc',
533 'builtins/builtins.h', 533 'builtins/builtins.h',
534 'cached-powers.cc', 534 'cached-powers.cc',
535 'cached-powers.h', 535 'cached-powers.h',
536 'callable.h',
536 'cancelable-task.cc', 537 'cancelable-task.cc',
537 'cancelable-task.h', 538 'cancelable-task.h',
538 'char-predicates.cc', 539 'char-predicates.cc',
539 'char-predicates-inl.h', 540 'char-predicates-inl.h',
540 'char-predicates.h', 541 'char-predicates.h',
541 'checks.h', 542 'checks.h',
542 'code-events.h', 543 'code-events.h',
543 'code-factory.cc', 544 'code-factory.cc',
544 'code-factory.h', 545 'code-factory.h',
545 'code-stub-assembler.cc', 546 'code-stub-assembler.cc',
(...skipping 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2496 'conditions': [ 2497 'conditions': [
2497 ['want_separate_host_toolset_mkpeephole==1', { 2498 ['want_separate_host_toolset_mkpeephole==1', {
2498 'toolsets': ['host'], 2499 'toolsets': ['host'],
2499 }, { 2500 }, {
2500 'toolsets': ['target'], 2501 'toolsets': ['target'],
2501 }], 2502 }],
2502 ], 2503 ],
2503 }, 2504 },
2504 ], 2505 ],
2505 } 2506 }
OLDNEW
« src/builtins/builtins.cc ('K') | « src/code-stub-assembler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698