Lines Matching refs:stack_map
1108 stack_slot = heap.stack_map.get(line_address)
1741 def __init__(self, reader, stack_map): argument
1743 self.stack_map = stack_map
2703 stack_map = {self.reader.ExceptionIP(): -1}
2706 if not maybe_address in stack_map:
2707 stack_map[maybe_address] = slot
2708 self.heap = V8Heap(self.reader, stack_map)
3117 stack_slot = self.heap.stack_map.get(line_address)
3819 stack_map = {reader.ExceptionIP(): -1}
3822 if not maybe_address in stack_map:
3823 stack_map[maybe_address] = slot
3825 heap = V8Heap(reader, stack_map)