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

Side by Side Diff: src/arm64/simulator-arm64.h

Issue 1282503003: Remove several grab-bag includes from the v8.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 2013 the V8 project authors. All rights reserved. 1 // Copyright 2013 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 #ifndef V8_ARM64_SIMULATOR_ARM64_H_ 5 #ifndef V8_ARM64_SIMULATOR_ARM64_H_
6 #define V8_ARM64_SIMULATOR_ARM64_H_ 6 #define V8_ARM64_SIMULATOR_ARM64_H_
7 7
8 #include <stdarg.h> 8 #include <stdarg.h>
9 #include <vector> 9 #include <vector>
10 10
11 #include "src/v8.h"
12
13 #include "src/allocation.h" 11 #include "src/allocation.h"
14 #include "src/arm64/assembler-arm64.h" 12 #include "src/arm64/assembler-arm64.h"
15 #include "src/arm64/decoder-arm64.h" 13 #include "src/arm64/decoder-arm64.h"
16 #include "src/arm64/disasm-arm64.h" 14 #include "src/arm64/disasm-arm64.h"
17 #include "src/arm64/instrument-arm64.h" 15 #include "src/arm64/instrument-arm64.h"
18 #include "src/assembler.h" 16 #include "src/assembler.h"
19 #include "src/globals.h" 17 #include "src/globals.h"
20 #include "src/utils.h" 18 #include "src/utils.h"
21 19
22 #define REGISTER_CODE_LIST(R) \ 20 #define REGISTER_CODE_LIST(R) \
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 static void UnregisterCTryCatch() { 899 static void UnregisterCTryCatch() {
902 Simulator::current(Isolate::Current())->PopAddress(); 900 Simulator::current(Isolate::Current())->PopAddress();
903 } 901 }
904 }; 902 };
905 903
906 #endif // !defined(USE_SIMULATOR) 904 #endif // !defined(USE_SIMULATOR)
907 905
908 } } // namespace v8::internal 906 } } // namespace v8::internal
909 907
910 #endif // V8_ARM64_SIMULATOR_ARM64_H_ 908 #endif // V8_ARM64_SIMULATOR_ARM64_H_
OLDNEW
« no previous file with comments | « src/arm64/lithium-gap-resolver-arm64.h ('k') | src/arm64/utils-arm64.h » ('j') | src/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698