Reviewers: Michael Starzinger,

Description:
Update v8heapconst.py

Please review this at https://codereview.chromium.org/170263002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+26, -26 lines):
  M tools/v8heapconst.py


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",


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to