Searched refs:v8heapconst (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/tools/debug_helper/ |
H A D | gen-heap-constants.py | 8 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 D | grokdump.py | 50 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