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

Side by Side Diff: test/cctest/compiler/test-run-inlining.cc

Issue 2284313003: Separate CompilationInfo into its own file. (Closed)
Patch Set: fix Created 4 years, 3 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
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/compiler.h" 5 #include "src/compilation-info.h"
6 #include "src/frames-inl.h" 6 #include "src/frames-inl.h"
7 #include "test/cctest/compiler/function-tester.h" 7 #include "test/cctest/compiler/function-tester.h"
8 8
9 namespace v8 { 9 namespace v8 {
10 namespace internal { 10 namespace internal {
11 namespace compiler { 11 namespace compiler {
12 12
13 namespace { 13 namespace {
14 14
15 // Helper to determine inline count via JavaScriptFrame::GetFunctions. 15 // Helper to determine inline count via JavaScriptFrame::GetFunctions.
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "foo;", 464 "foo;",
465 kInlineFlags); 465 kInlineFlags);
466 466
467 InstallAssertInlineCountHelper(CcTest::isolate()); 467 InstallAssertInlineCountHelper(CcTest::isolate());
468 T.CheckCall(T.Val(42), T.Val(1)); 468 T.CheckCall(T.Val(42), T.Val(1));
469 } 469 }
470 470
471 } // namespace compiler 471 } // namespace compiler
472 } // namespace internal 472 } // namespace internal
473 } // namespace v8 473 } // namespace v8
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-run-bytecode-graph-builder.cc ('k') | test/cctest/compiler/test-run-intrinsics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698