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

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

Issue 2278103002: Include only stuff you need, part 5: make function-tester.h slimmer. (Closed)
Patch Set: 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/frames-inl.h" 6 #include "src/frames-inl.h"
6 #include "test/cctest/compiler/function-tester.h" 7 #include "test/cctest/compiler/function-tester.h"
7 8
8 namespace v8 { 9 namespace v8 {
9 namespace internal { 10 namespace internal {
10 namespace compiler { 11 namespace compiler {
11 12
12 namespace { 13 namespace {
13 14
14 // 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
463 "foo;", 464 "foo;",
464 kInlineFlags); 465 kInlineFlags);
465 466
466 InstallAssertInlineCountHelper(CcTest::isolate()); 467 InstallAssertInlineCountHelper(CcTest::isolate());
467 T.CheckCall(T.Val(42), T.Val(1)); 468 T.CheckCall(T.Val(42), T.Val(1));
468 } 469 }
469 470
470 } // namespace compiler 471 } // namespace compiler
471 } // namespace internal 472 } // namespace internal
472 } // namespace v8 473 } // namespace v8
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-code-assembler.cc ('k') | test/cctest/compiler/test-run-intrinsics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698