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/x64/lithium-codegen-x64.h

Issue 250823003: Revert 20968 - "Merge v8utils.* and utils.*" (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « src/v8utils.cc ('k') | test/cctest/test-log.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 // 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 17 matching lines...) Expand all
28 #ifndef V8_X64_LITHIUM_CODEGEN_X64_H_ 28 #ifndef V8_X64_LITHIUM_CODEGEN_X64_H_
29 #define V8_X64_LITHIUM_CODEGEN_X64_H_ 29 #define V8_X64_LITHIUM_CODEGEN_X64_H_
30 30
31 #include "x64/lithium-x64.h" 31 #include "x64/lithium-x64.h"
32 32
33 #include "checks.h" 33 #include "checks.h"
34 #include "deoptimizer.h" 34 #include "deoptimizer.h"
35 #include "lithium-codegen.h" 35 #include "lithium-codegen.h"
36 #include "safepoint-table.h" 36 #include "safepoint-table.h"
37 #include "scopes.h" 37 #include "scopes.h"
38 #include "utils.h" 38 #include "v8utils.h"
39 #include "x64/lithium-gap-resolver-x64.h" 39 #include "x64/lithium-gap-resolver-x64.h"
40 40
41 namespace v8 { 41 namespace v8 {
42 namespace internal { 42 namespace internal {
43 43
44 // Forward declarations. 44 // Forward declarations.
45 class LDeferredCode; 45 class LDeferredCode;
46 class SafepointGenerator; 46 class SafepointGenerator;
47 47
48 class LCodeGen: public LCodeGenBase { 48 class LCodeGen: public LCodeGenBase {
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 Label entry_; 413 Label entry_;
414 Label exit_; 414 Label exit_;
415 Label done_; 415 Label done_;
416 Label* external_exit_; 416 Label* external_exit_;
417 int instruction_index_; 417 int instruction_index_;
418 }; 418 };
419 419
420 } } // namespace v8::internal 420 } } // namespace v8::internal
421 421
422 #endif // V8_X64_LITHIUM_CODEGEN_X64_H_ 422 #endif // V8_X64_LITHIUM_CODEGEN_X64_H_
OLDNEW
« no previous file with comments | « src/v8utils.cc ('k') | test/cctest/test-log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698