Home | History | Annotate | Download | only in tools

Lines Matching refs:stack_map

1009   stack_slot = heap.stack_map.get(line_address)
1623 def __init__(self, reader, stack_map):
1625 self.stack_map = stack_map
2216 stack_map = {self.reader.ExceptionIP(): -1}
2219 if not maybe_address in stack_map:
2220 stack_map[maybe_address] = slot
2221 self.heap = V8Heap(self.reader, stack_map)
2630 stack_slot = self.heap.stack_map.get(line_address)
3190 stack_map = {reader.ExceptionIP(): -1}
3193 if not maybe_address in stack_map:
3194 stack_map[maybe_address] = slot
3195 heap = V8Heap(reader, stack_map)