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

Side by Side Diff: src/objects-inl.h

Issue 2900713004: [objects] Extract DebugInfo and BreakPointInfo to own file (Closed)
Patch Set: Rename Created 3 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 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 // Review notes: 5 // Review notes:
6 // 6 //
7 // - The use of macros in these inline functions may seem superfluous 7 // - The use of macros in these inline functions may seem superfluous
8 // but it is absolutely needed to make sure gcc generates optimal 8 // but it is absolutely needed to make sure gcc generates optimal
9 // code. gcc is not happy when attempting to inline too deep. 9 // code. gcc is not happy when attempting to inline too deep.
10 // 10 //
(...skipping 13 matching lines...) Expand all
24 #include "src/handles-inl.h" 24 #include "src/handles-inl.h"
25 #include "src/heap/heap-inl.h" 25 #include "src/heap/heap-inl.h"
26 #include "src/heap/heap.h" 26 #include "src/heap/heap.h"
27 #include "src/isolate-inl.h" 27 #include "src/isolate-inl.h"
28 #include "src/isolate.h" 28 #include "src/isolate.h"
29 #include "src/keys.h" 29 #include "src/keys.h"
30 #include "src/layout-descriptor-inl.h" 30 #include "src/layout-descriptor-inl.h"
31 #include "src/lookup-cache-inl.h" 31 #include "src/lookup-cache-inl.h"
32 #include "src/lookup.h" 32 #include "src/lookup.h"
33 #include "src/objects.h" 33 #include "src/objects.h"
34 #include "src/objects/break-points-info.h"
marja 2017/05/22 13:37:39 You might want to split out the relevant parts of
jgruber 2017/05/22 13:48:26 Acknowledged, perhaps in a follow-up to avoid dupl
35 #include "src/objects/debug-info.h"
34 #include "src/objects/literal-objects.h" 36 #include "src/objects/literal-objects.h"
35 #include "src/objects/module-info.h" 37 #include "src/objects/module-info.h"
36 #include "src/objects/regexp-match-info.h" 38 #include "src/objects/regexp-match-info.h"
37 #include "src/objects/scope-info.h" 39 #include "src/objects/scope-info.h"
38 #include "src/property.h" 40 #include "src/property.h"
39 #include "src/prototype.h" 41 #include "src/prototype.h"
40 #include "src/string-hasher-inl.h" 42 #include "src/string-hasher-inl.h"
41 #include "src/transitions-inl.h" 43 #include "src/transitions-inl.h"
42 #include "src/v8memory.h" 44 #include "src/v8memory.h"
43 45
(...skipping 8223 matching lines...) Expand 10 before | Expand all | Expand 10 after
8267 #undef WRITE_BYTE_FIELD 8269 #undef WRITE_BYTE_FIELD
8268 #undef NOBARRIER_READ_BYTE_FIELD 8270 #undef NOBARRIER_READ_BYTE_FIELD
8269 #undef NOBARRIER_WRITE_BYTE_FIELD 8271 #undef NOBARRIER_WRITE_BYTE_FIELD
8270 8272
8271 } // namespace internal 8273 } // namespace internal
8272 } // namespace v8 8274 } // namespace v8
8273 8275
8274 #include "src/objects/object-macros-undef.h" 8276 #include "src/objects/object-macros-undef.h"
8275 8277
8276 #endif // V8_OBJECTS_INL_H_ 8278 #endif // V8_OBJECTS_INL_H_
OLDNEW
« no previous file with comments | « src/objects.cc ('k') | src/objects/break-points-info.h » ('j') | src/objects/break-points-info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698