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

Unified Diff: src/objects.h

Issue 2147693004: [heap] ObjectStats: Fix accounting for fixed array subtypes (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Filter out dupes 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 side-by-side diff with in-line comments
Download patch
« src/heap/mark-compact.cc ('K') | « src/heap/object-stats.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index c4d4f88e979d3b30f4fb7748a8056edc84f82587..0cdcf78e344a69898f94824d8308fdde4afa9125 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -791,9 +791,7 @@ std::ostream& operator<<(std::ostream& os, InstanceType instance_type);
V(LITERALS_ARRAY_SUB_TYPE) \
V(MAP_CODE_CACHE_SUB_TYPE) \
V(OBJECT_TO_CODE_SUB_TYPE) \
- V(RELOC_INFO_SUB_TYPE) \
Michael Lippautz 2016/07/14 09:56:17 reloc info and source position table are byte arra
V(SCOPE_INFO_SUB_TYPE) \
- V(SOURCE_POS_SUB_TYPE) \
V(STRING_TABLE_SUB_TYPE) \
V(TYPE_FEEDBACK_VECTOR_SUB_TYPE) \
V(TYPE_FEEDBACK_METADATA_SUB_TYPE) \
« src/heap/mark-compact.cc ('K') | « src/heap/object-stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698