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

Side by Side Diff: tools/v8heapconst.py

Issue 2912063002: Revert of [arm] Share constant pool entries in snapshot. (Closed)
Patch Set: Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « src/interpreter/setup-interpreter-internal.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2017 the V8 project authors. All rights reserved. 1 # Copyright 2017 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can 2 # Use of this source code is governed by a BSD-style license that can
3 # be found in the LICENSE file. 3 # be found in the LICENSE file.
4 4
5 # This file is automatically generated by mkgrokdump and should not 5 # This file is automatically generated by mkgrokdump and should not
6 # be modified manually. 6 # be modified manually.
7 7
8 # List of known V8 instance types. 8 # List of known V8 instance types.
9 INSTANCE_TYPES = { 9 INSTANCE_TYPES = {
10 0: "INTERNALIZED_STRING_TYPE", 10 0: "INTERNALIZED_STRING_TYPE",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 0x03bc9: (145, "FixedFloat64ArrayMap"), 230 0x03bc9: (145, "FixedFloat64ArrayMap"),
231 0x03c21: (146, "FixedUint8ClampedArrayMap"), 231 0x03c21: (146, "FixedUint8ClampedArrayMap"),
232 0x03c79: (157, "ScriptMap"), 232 0x03c79: (157, "ScriptMap"),
233 0x03cd1: (170, "FeedbackVectorMap"), 233 0x03cd1: (170, "FeedbackVectorMap"),
234 0x03d29: (170, "DebugEvaluateContextMap"), 234 0x03d29: (170, "DebugEvaluateContextMap"),
235 0x03d81: (170, "ScriptContextTableMap"), 235 0x03d81: (170, "ScriptContextTableMap"),
236 0x03dd9: (170, "UnseededNumberDictionaryMap"), 236 0x03dd9: (170, "UnseededNumberDictionaryMap"),
237 0x03e31: (188, "ExternalMap"), 237 0x03e31: (188, "ExternalMap"),
238 0x03e89: (106, "NativeSourceStringMap"), 238 0x03e89: (106, "NativeSourceStringMap"),
239 0x03ee1: (152, "InterceptorInfoMap"), 239 0x03ee1: (152, "InterceptorInfoMap"),
240 0x03f39: (204, "JSPromiseCapabilityMap"), 240 0x03f39: (156, "AllocationMementoMap"),
241 0x03f91: (149, "AccessorInfoMap"), 241 0x03f91: (204, "JSPromiseCapabilityMap"),
242 0x03fe9: (150, "AccessorPairMap"), 242 0x03fe9: (149, "AccessorInfoMap"),
243 0x04041: (151, "AccessCheckInfoMap"), 243 0x04041: (150, "AccessorPairMap"),
244 0x04099: (153, "FunctionTemplateInfoMap"), 244 0x04099: (151, "AccessCheckInfoMap"),
245 0x040f1: (154, "ObjectTemplateInfoMap"), 245 0x040f1: (153, "FunctionTemplateInfoMap"),
246 0x04149: (155, "AllocationSiteMap"), 246 0x04149: (154, "ObjectTemplateInfoMap"),
247 0x041a1: (156, "AllocationMementoMap"), 247 0x041a1: (155, "AllocationSiteMap"),
248 0x041f9: (158, "AliasedArgumentsEntryMap"), 248 0x041f9: (158, "AliasedArgumentsEntryMap"),
249 0x04251: (159, "PromiseResolveThenableJobInfoMap"), 249 0x04251: (159, "PromiseResolveThenableJobInfoMap"),
250 0x042a9: (160, "PromiseReactionJobInfoMap"), 250 0x042a9: (160, "PromiseReactionJobInfoMap"),
251 0x04301: (161, "DebugInfoMap"), 251 0x04301: (161, "DebugInfoMap"),
252 0x04359: (162, "StackFrameInfoMap"), 252 0x04359: (162, "StackFrameInfoMap"),
253 0x043b1: (163, "PrototypeInfoMap"), 253 0x043b1: (163, "PrototypeInfoMap"),
254 0x04409: (164, "Tuple2Map"), 254 0x04409: (164, "Tuple2Map"),
255 0x04461: (165, "Tuple3Map"), 255 0x04461: (165, "Tuple3Map"),
256 0x044b9: (166, "ContextExtensionMap"), 256 0x044b9: (166, "ContextExtensionMap"),
257 0x04511: (167, "ModuleMap"), 257 0x04511: (167, "ModuleMap"),
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "STUB", 321 "STUB",
322 "STUB_FAILURE_TRAMPOLINE", 322 "STUB_FAILURE_TRAMPOLINE",
323 "INTERNAL", 323 "INTERNAL",
324 "CONSTRUCT", 324 "CONSTRUCT",
325 "ARGUMENTS_ADAPTOR", 325 "ARGUMENTS_ADAPTOR",
326 "BUILTIN", 326 "BUILTIN",
327 "BUILTIN_EXIT", 327 "BUILTIN_EXIT",
328 ) 328 )
329 329
330 # This set of constants is generated from a shipping build. 330 # This set of constants is generated from a shipping build.
OLDNEW
« no previous file with comments | « src/interpreter/setup-interpreter-internal.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698