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

Side by Side Diff: src/compiler/js-inlining.cc

Issue 922633002: [turbofan] Merge node-aux-data-inl.h into node-aux-data.h. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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/compiler/js-generic-lowering.cc ('k') | src/compiler/js-typed-lowering.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 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 #include "src/ast.h" 5 #include "src/ast.h"
6 #include "src/ast-numbering.h" 6 #include "src/ast-numbering.h"
7 #include "src/compiler/access-builder.h" 7 #include "src/compiler/access-builder.h"
8 #include "src/compiler/ast-graph-builder.h" 8 #include "src/compiler/ast-graph-builder.h"
9 #include "src/compiler/common-operator.h" 9 #include "src/compiler/common-operator.h"
10 #include "src/compiler/graph-inl.h" 10 #include "src/compiler/graph-inl.h"
11 #include "src/compiler/graph-visualizer.h" 11 #include "src/compiler/graph-visualizer.h"
12 #include "src/compiler/js-inlining.h" 12 #include "src/compiler/js-inlining.h"
13 #include "src/compiler/js-operator.h" 13 #include "src/compiler/js-operator.h"
14 #include "src/compiler/node-aux-data-inl.h"
15 #include "src/compiler/node-matchers.h" 14 #include "src/compiler/node-matchers.h"
16 #include "src/compiler/node-properties.h" 15 #include "src/compiler/node-properties.h"
17 #include "src/compiler/simplified-operator.h" 16 #include "src/compiler/simplified-operator.h"
18 #include "src/compiler/typer.h" 17 #include "src/compiler/typer.h"
19 #include "src/full-codegen.h" 18 #include "src/full-codegen.h"
20 #include "src/parser.h" 19 #include "src/parser.h"
21 #include "src/rewriter.h" 20 #include "src/rewriter.h"
22 #include "src/scopes.h" 21 #include "src/scopes.h"
23 22
24 23
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 } 407 }
409 } 408 }
410 } 409 }
411 410
412 inlinee.InlineAtCall(jsgraph_, call_node); 411 inlinee.InlineAtCall(jsgraph_, call_node);
413 } 412 }
414 413
415 } // namespace compiler 414 } // namespace compiler
416 } // namespace internal 415 } // namespace internal
417 } // namespace v8 416 } // namespace v8
OLDNEW
« no previous file with comments | « src/compiler/js-generic-lowering.cc ('k') | src/compiler/js-typed-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698