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

Side by Side Diff: test/cctest/test-unboxed-doubles.cc

Issue 1343043002: [heap] Move slots buffer into a separate file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « test/cctest/test-slots-buffer.cc ('k') | tools/gyp/v8.gyp » ('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 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 <stdlib.h> 5 #include <stdlib.h>
6 #include <utility> 6 #include <utility>
7 7
8 #include "src/v8.h" 8 #include "src/v8.h"
9 9
10 #include "src/compilation-cache.h" 10 #include "src/compilation-cache.h"
11 #include "src/execution.h" 11 #include "src/execution.h"
12 #include "src/factory.h" 12 #include "src/factory.h"
13 #include "src/global-handles.h" 13 #include "src/global-handles.h"
14 #include "src/heap/slots-buffer.h"
14 #include "src/ic/ic.h" 15 #include "src/ic/ic.h"
15 #include "src/macro-assembler.h" 16 #include "src/macro-assembler.h"
16 #include "test/cctest/cctest.h" 17 #include "test/cctest/cctest.h"
17 #include "test/cctest/heap-tester.h" 18 #include "test/cctest/heap-tester.h"
18 19
19 using namespace v8::base; 20 using namespace v8::base;
20 using namespace v8::internal; 21 using namespace v8::internal;
21 22
22 #if V8_DOUBLE_FIELDS_UNBOXING 23 #if V8_DOUBLE_FIELDS_UNBOXING
23 24
(...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 1682
1682 // TODO(ishell): add respective tests for property kind reconfiguring from 1683 // TODO(ishell): add respective tests for property kind reconfiguring from
1683 // accessor field to double, once accessor fields are supported by 1684 // accessor field to double, once accessor fields are supported by
1684 // Map::ReconfigureProperty(). 1685 // Map::ReconfigureProperty().
1685 1686
1686 1687
1687 // TODO(ishell): add respective tests for fast property removal case once 1688 // TODO(ishell): add respective tests for fast property removal case once
1688 // Map::ReconfigureProperty() supports that. 1689 // Map::ReconfigureProperty() supports that.
1689 1690
1690 #endif 1691 #endif
OLDNEW
« no previous file with comments | « test/cctest/test-slots-buffer.cc ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698