Home | History | Annotate | Download | only in tools

Lines Matching refs:stack_map

879   stack_slot = heap.stack_map.get(line_address)
1470 def __init__(self, reader, stack_map):
1472 self.stack_map = stack_map
1921 stack_map = {reader.ExceptionIP(): -1}
1924 if not maybe_address in stack_map:
1925 stack_map[maybe_address] = slot
1926 heap = V8Heap(reader, stack_map)