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

Unified Diff: tools/v8heapconst.py

Issue 170263002: Update v8heapconst.py (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/v8heapconst.py
diff --git a/tools/v8heapconst.py b/tools/v8heapconst.py
index 1dda399d61c66ab4403343fe8c636c672b8f37c5..140269a5ffa9870499b5613ca242ecccf59389dd 100644
--- a/tools/v8heapconst.py
+++ b/tools/v8heapconst.py
@@ -231,32 +231,32 @@ KNOWN_MAPS = {
KNOWN_OBJECTS = {
("OLD_POINTER_SPACE", 0x08081): "NullValue",
("OLD_POINTER_SPACE", 0x08091): "UndefinedValue",
- ("OLD_POINTER_SPACE", 0x0810d): "TheHoleValue",
- ("OLD_POINTER_SPACE", 0x0811d): "TerminationException",
- ("OLD_POINTER_SPACE", 0x0812d): "TrueValue",
- ("OLD_POINTER_SPACE", 0x0813d): "FalseValue",
- ("OLD_POINTER_SPACE", 0x081b9): "UninitializedValue",
- ("OLD_POINTER_SPACE", 0x081c9): "NoInterceptorResultSentinel",
- ("OLD_POINTER_SPACE", 0x081d9): "ArgumentsMarker",
- ("OLD_POINTER_SPACE", 0x081e9): "NumberStringCache",
- ("OLD_POINTER_SPACE", 0x089f1): "SingleCharacterStringCache",
- ("OLD_POINTER_SPACE", 0x08df9): "StringSplitCache",
- ("OLD_POINTER_SPACE", 0x09201): "RegExpMultipleCache",
- ("OLD_POINTER_SPACE", 0x09609): "MessageListeners",
- ("OLD_POINTER_SPACE", 0x09625): "CodeStubs",
- ("OLD_POINTER_SPACE", 0x103e9): "NonMonomorphicCache",
- ("OLD_POINTER_SPACE", 0x109fd): "PolymorphicCodeCache",
- ("OLD_POINTER_SPACE", 0x10a05): "NativesSourceCache",
- ("OLD_POINTER_SPACE", 0x10a51): "EmptyScript",
- ("OLD_POINTER_SPACE", 0x10a89): "IntrinsicFunctionNames",
- ("OLD_POINTER_SPACE", 0x13aa5): "ObservationState",
- ("OLD_POINTER_SPACE", 0x13ab1): "FrozenSymbol",
- ("OLD_POINTER_SPACE", 0x13ac1): "ElementsTransitionSymbol",
- ("OLD_POINTER_SPACE", 0x13ad1): "EmptySlowElementDictionary",
- ("OLD_POINTER_SPACE", 0x13c6d): "ObservedSymbol",
- ("OLD_POINTER_SPACE", 0x13c7d): "AllocationSitesScratchpad",
- ("OLD_POINTER_SPACE", 0x14085): "MicrotaskState",
- ("OLD_POINTER_SPACE", 0x32885): "StringTable",
+ ("OLD_POINTER_SPACE", 0x08111): "TheHoleValue",
+ ("OLD_POINTER_SPACE", 0x08121): "TerminationException",
+ ("OLD_POINTER_SPACE", 0x08131): "TrueValue",
+ ("OLD_POINTER_SPACE", 0x08141): "FalseValue",
+ ("OLD_POINTER_SPACE", 0x081c1): "UninitializedValue",
+ ("OLD_POINTER_SPACE", 0x081d1): "NoInterceptorResultSentinel",
+ ("OLD_POINTER_SPACE", 0x081e1): "ArgumentsMarker",
+ ("OLD_POINTER_SPACE", 0x081f1): "NumberStringCache",
+ ("OLD_POINTER_SPACE", 0x089f9): "SingleCharacterStringCache",
+ ("OLD_POINTER_SPACE", 0x08e01): "StringSplitCache",
+ ("OLD_POINTER_SPACE", 0x09209): "RegExpMultipleCache",
+ ("OLD_POINTER_SPACE", 0x09611): "MessageListeners",
+ ("OLD_POINTER_SPACE", 0x0962d): "CodeStubs",
+ ("OLD_POINTER_SPACE", 0x10789): "NonMonomorphicCache",
+ ("OLD_POINTER_SPACE", 0x10d9d): "PolymorphicCodeCache",
+ ("OLD_POINTER_SPACE", 0x10da5): "NativesSourceCache",
+ ("OLD_POINTER_SPACE", 0x10df1): "EmptyScript",
+ ("OLD_POINTER_SPACE", 0x10e29): "IntrinsicFunctionNames",
+ ("OLD_POINTER_SPACE", 0x13e45): "ObservationState",
+ ("OLD_POINTER_SPACE", 0x13e51): "FrozenSymbol",
+ ("OLD_POINTER_SPACE", 0x13e61): "ElementsTransitionSymbol",
+ ("OLD_POINTER_SPACE", 0x13e71): "EmptySlowElementDictionary",
+ ("OLD_POINTER_SPACE", 0x1400d): "ObservedSymbol",
+ ("OLD_POINTER_SPACE", 0x1401d): "AllocationSitesScratchpad",
+ ("OLD_POINTER_SPACE", 0x14425): "MicrotaskState",
+ ("OLD_POINTER_SPACE", 0x32c25): "StringTable",
("OLD_DATA_SPACE", 0x08099): "EmptyDescriptorArray",
("OLD_DATA_SPACE", 0x080a1): "EmptyFixedArray",
("OLD_DATA_SPACE", 0x080a9): "NanValue",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698