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

Side by Side Diff: src/code-stubs.cc

Issue 2316443002: Include only stuff you need, part 8: Fix debug.h -> liveedit.h. (Closed)
Patch Set: code review (mstarzinger@) 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
« no previous file with comments | « src/code-stubs.h ('k') | src/compiler/js-generic-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 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 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/code-stubs.h" 5 #include "src/code-stubs.h"
6 6
7 #include <sstream> 7 #include <sstream>
8 8
9 #include "src/ast/ast.h"
9 #include "src/bootstrapper.h" 10 #include "src/bootstrapper.h"
10 #include "src/code-factory.h" 11 #include "src/code-factory.h"
11 #include "src/code-stub-assembler.h" 12 #include "src/code-stub-assembler.h"
12 #include "src/factory.h" 13 #include "src/factory.h"
13 #include "src/gdb-jit.h" 14 #include "src/gdb-jit.h"
14 #include "src/ic/handler-compiler.h" 15 #include "src/ic/handler-compiler.h"
15 #include "src/ic/ic.h" 16 #include "src/ic/ic.h"
16 #include "src/macro-assembler.h" 17 #include "src/macro-assembler.h"
17 18
18 namespace v8 { 19 namespace v8 {
(...skipping 5845 matching lines...) Expand 10 before | Expand all | Expand 10 after
5864 5865
5865 if (type == MachineType::Pointer()) { 5866 if (type == MachineType::Pointer()) {
5866 return Representation::External(); 5867 return Representation::External();
5867 } 5868 }
5868 5869
5869 return Representation::Tagged(); 5870 return Representation::Tagged();
5870 } 5871 }
5871 5872
5872 } // namespace internal 5873 } // namespace internal
5873 } // namespace v8 5874 } // namespace v8
OLDNEW
« no previous file with comments | « src/code-stubs.h ('k') | src/compiler/js-generic-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698