Home | History | Annotate | Download | only in tools

Lines Matching refs:stack_map

619   stack_slot = heap.stack_map.get(line_address)
949 def __init__(self, reader, stack_map):
951 self.stack_map = stack_map
1034 stack_map = {reader.ExceptionIP(): -1}
1037 if not maybe_address in stack_map:
1038 stack_map[maybe_address] = slot
1039 heap = V8Heap(reader, stack_map)