Home
last modified time | relevance | path

Searched refs:v8heapconst (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
H A Dgen-heap-constants.py8 containing the file v8heapconst.py; the second argument is the output .cc file.
13 import v8heapconst namespace
30 for (space, offset), (instance_type, name) in v8heapconst.KNOWN_MAPS.items():
33 for (space, offset), name in v8heapconst.KNOWN_OBJECTS.items():
34 if space == target_space and (space, offset) not in v8heapconst.KNOWN_MAPS:
51 for (space, offset), (instance_type, name) in v8heapconst.KNOWN_MAPS.items():
63 if (hasattr(v8heapconst, 'HEAP_FIRST_PAGES')): # Only exists in ptr-compr builds.
68 for offset, space_name in v8heapconst.HEAP_FIRST_PAGES.items():
/third_party/node/deps/v8/tools/
H A Dgrokdump.py50 import v8heapconst namespace
179 # Heap constants generated by 'make grokdump' in v8heapconst module.
180 INSTANCE_TYPES = v8heapconst.INSTANCE_TYPES
181 KNOWN_MAPS = v8heapconst.KNOWN_MAPS
182 KNOWN_OBJECTS = v8heapconst.KNOWN_OBJECTS
183 FRAME_MARKERS = v8heapconst.FRAME_MARKERS

Completed in 6 milliseconds