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

Side by Side Diff: src/heap/spaces.h

Issue 1954603002: Move atomic-utils.h into base/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 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_HEAP_SPACES_H_ 5 #ifndef V8_HEAP_SPACES_H_
6 #define V8_HEAP_SPACES_H_ 6 #define V8_HEAP_SPACES_H_
7 7
8 #include <list> 8 #include <list>
9 9
10 #include "src/allocation.h" 10 #include "src/allocation.h"
11 #include "src/atomic-utils.h" 11 #include "src/base/atomic-utils.h"
12 #include "src/base/atomicops.h" 12 #include "src/base/atomicops.h"
13 #include "src/base/bits.h" 13 #include "src/base/bits.h"
14 #include "src/base/platform/mutex.h" 14 #include "src/base/platform/mutex.h"
15 #include "src/flags.h" 15 #include "src/flags.h"
16 #include "src/hashmap.h" 16 #include "src/hashmap.h"
17 #include "src/list.h" 17 #include "src/list.h"
18 #include "src/objects.h" 18 #include "src/objects.h"
19 #include "src/utils.h" 19 #include "src/utils.h"
20 20
21 namespace v8 { 21 namespace v8 {
(...skipping 3120 matching lines...) Expand 10 before | Expand all | Expand 10 after
3142 count = 0; 3142 count = 0;
3143 } 3143 }
3144 // Must be small, since an iteration is used for lookup. 3144 // Must be small, since an iteration is used for lookup.
3145 static const int kMaxComments = 64; 3145 static const int kMaxComments = 64;
3146 }; 3146 };
3147 #endif 3147 #endif
3148 } // namespace internal 3148 } // namespace internal
3149 } // namespace v8 3149 } // namespace v8
3150 3150
3151 #endif // V8_HEAP_SPACES_H_ 3151 #endif // V8_HEAP_SPACES_H_
OLDNEW
« src/base/atomic-utils.h ('K') | « src/heap/heap.h ('k') | src/locked-queue-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698