Update v8heapconst.py

R=mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/170263002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19424 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 438db990
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment