Lines Matching refs:stack_map
879 stack_slot = heap.stack_map.get(line_address)1471 def __init__(self, reader, stack_map):1473 self.stack_map = stack_map1922 stack_map = {reader.ExceptionIP(): -1}1925 if not maybe_address in stack_map:1926 stack_map[maybe_address] = slot1927 heap = V8Heap(reader, stack_map)