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

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

Issue 2129173002: [heap] Rework and improve object stats tracing (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix compilation on Windows Created 4 years, 5 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 | « src/objects.h ('k') | no next file » | 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 // 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 3210 matching lines...) Expand 10 before | Expand all | Expand 10 after
3221 CAST_ACCESSOR(JSMapIterator) 3221 CAST_ACCESSOR(JSMapIterator)
3222 CAST_ACCESSOR(JSMessageObject) 3222 CAST_ACCESSOR(JSMessageObject)
3223 CAST_ACCESSOR(JSObject) 3223 CAST_ACCESSOR(JSObject)
3224 CAST_ACCESSOR(JSProxy) 3224 CAST_ACCESSOR(JSProxy)
3225 CAST_ACCESSOR(JSReceiver) 3225 CAST_ACCESSOR(JSReceiver)
3226 CAST_ACCESSOR(JSRegExp) 3226 CAST_ACCESSOR(JSRegExp)
3227 CAST_ACCESSOR(JSSet) 3227 CAST_ACCESSOR(JSSet)
3228 CAST_ACCESSOR(JSSetIterator) 3228 CAST_ACCESSOR(JSSetIterator)
3229 CAST_ACCESSOR(JSTypedArray) 3229 CAST_ACCESSOR(JSTypedArray)
3230 CAST_ACCESSOR(JSValue) 3230 CAST_ACCESSOR(JSValue)
3231 CAST_ACCESSOR(JSWeakCollection)
3231 CAST_ACCESSOR(JSWeakMap) 3232 CAST_ACCESSOR(JSWeakMap)
3232 CAST_ACCESSOR(JSWeakSet) 3233 CAST_ACCESSOR(JSWeakSet)
3233 CAST_ACCESSOR(LayoutDescriptor) 3234 CAST_ACCESSOR(LayoutDescriptor)
3234 CAST_ACCESSOR(Map) 3235 CAST_ACCESSOR(Map)
3235 CAST_ACCESSOR(Name) 3236 CAST_ACCESSOR(Name)
3236 CAST_ACCESSOR(NameDictionary) 3237 CAST_ACCESSOR(NameDictionary)
3237 CAST_ACCESSOR(NormalizedMapCache) 3238 CAST_ACCESSOR(NormalizedMapCache)
3238 CAST_ACCESSOR(Object) 3239 CAST_ACCESSOR(Object)
3239 CAST_ACCESSOR(ObjectHashTable) 3240 CAST_ACCESSOR(ObjectHashTable)
3240 CAST_ACCESSOR(ObjectHashSet) 3241 CAST_ACCESSOR(ObjectHashSet)
(...skipping 4876 matching lines...) Expand 10 before | Expand all | Expand 10 after
8117 #undef WRITE_INT64_FIELD 8118 #undef WRITE_INT64_FIELD
8118 #undef READ_BYTE_FIELD 8119 #undef READ_BYTE_FIELD
8119 #undef WRITE_BYTE_FIELD 8120 #undef WRITE_BYTE_FIELD
8120 #undef NOBARRIER_READ_BYTE_FIELD 8121 #undef NOBARRIER_READ_BYTE_FIELD
8121 #undef NOBARRIER_WRITE_BYTE_FIELD 8122 #undef NOBARRIER_WRITE_BYTE_FIELD
8122 8123
8123 } // namespace internal 8124 } // namespace internal
8124 } // namespace v8 8125 } // namespace v8
8125 8126
8126 #endif // V8_OBJECTS_INL_H_ 8127 #endif // V8_OBJECTS_INL_H_
OLDNEW
« no previous file with comments | « src/objects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698