Commit c9b6e816 authored by ishell's avatar ishell Committed by Commit bot

Update tools/gen-postmortem-metadata.py after recent modifications.

This CL changed layout of UnseededNumberDictionary: https://codereview.chromium.org/2102073002.

Review-Url: https://codereview.chromium.org/2105553006
Cr-Commit-Position: refs/heads/master@{#37398}
parent d5b89c28
...@@ -198,18 +198,21 @@ consts_misc = [ ...@@ -198,18 +198,21 @@ consts_misc = [
'value': 'NameDictionaryShape::kPrefixSize' }, 'value': 'NameDictionaryShape::kPrefixSize' },
{ 'name': 'namedictionaryshape_entry_size', { 'name': 'namedictionaryshape_entry_size',
'value': 'NameDictionaryShape::kEntrySize' }, 'value': 'NameDictionaryShape::kEntrySize' },
{ 'name': 'globaldictionaryshape_entry_size',
'value': 'GlobalDictionaryShape::kEntrySize' },
{ 'name': 'namedictionary_prefix_start_index', { 'name': 'namedictionary_prefix_start_index',
'value': 'NameDictionary::kPrefixStartIndex' }, 'value': 'NameDictionary::kPrefixStartIndex' },
{ 'name': 'seedednumberdictionaryshape_prefix_size', { 'name': 'seedednumberdictionaryshape_prefix_size',
'value': 'SeededNumberDictionaryShape::kPrefixSize' }, 'value': 'SeededNumberDictionaryShape::kPrefixSize' },
{ 'name': 'seedednumberdictionaryshape_entry_size',
'value': 'SeededNumberDictionaryShape::kEntrySize' },
{ 'name': 'unseedednumberdictionaryshape_prefix_size', { 'name': 'unseedednumberdictionaryshape_prefix_size',
'value': 'UnseededNumberDictionaryShape::kPrefixSize' }, 'value': 'UnseededNumberDictionaryShape::kPrefixSize' },
{ 'name': 'unseedednumberdictionaryshape_entry_size',
{ 'name': 'numberdictionaryshape_entry_size', 'value': 'UnseededNumberDictionaryShape::kEntrySize' }
'value': 'NumberDictionaryShape::kEntrySize' }
]; ];
# #
......
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